Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
"hyper-tls",
"indenter",
"ipnet",
- "itertools",
+ "itertools 0.12.1",
"lazy-regex",
"lazy_static",
"libc",
name = "hippotat-macros"
version = "1.1.9"
dependencies = [
- "itertools",
+ "itertools 0.10.5",
"proc-macro2",
"quote",
"syn 1.0.109",
"either",
]
+[[package]]
+name = "itertools"
+version = "0.12.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
+dependencies = [
+ "either",
+]
+
[[package]]
name = "itoa"
version = "1.0.10"
hyper-tls = "0.5"
indenter = "0.3"
ipnet = "2.3"
-itertools = "0.10.1"
+itertools = ">=0.10.1, <0.13"
lazy-regex = "2.4"
lazy_static = "1.4"
libc = "0.2" # just for EISDIR due to IsADirectory