Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
[[package]]
name = "itertools"
-version = "0.13.0"
+version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
+checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
hyper-tls = "0.5"
indenter = "0.3"
ipnet = "2.3"
-itertools = ">=0.10.1, <0.14"
+itertools = ">=0.10.1, <0.15"
lazy-regex = ">=2.4, <4"
lazy_static = "1.4"
libc = "0.2" # just for EISDIR due to IsADirectory
homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/"
[dependencies]
-itertools = ">=0.10.1, <0.14"
+itertools = ">=0.10.1, <0.15"
syn = { version = "1", features=["extra-traits"] }
proc-macro2 = "1"
quote = "1"