chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0928f30
)
bump deps: itertools
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 16:07:58 +0000
(17:07 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 16:54:05 +0000
(17:54 +0100)
We need chain!
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 069905e7d37169efa5375de0fea4330882165ecd..b8f97598633d35037ca131cbc6f1949be983de69 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-44,7
+44,7
@@
hyper = { version = "0.14", features = ["full"] }
hyper-tls = "0.5"
indenter = "0.3"
ipnet = "2.3"
-itertools = "0.10"
+itertools = "0.10
.1
"
lazy-regex = "2.2"
lazy_static = "1.4"
libc = "0.2" # just for EISDIR due to IsADirectory