chiark / gitweb /
deps: allow and use itertools 0.14
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 31 Jan 2025 23:13:49 +0000 (23:13 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 31 Jan 2025 23:36:19 +0000 (23:36 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.toml
macros/Cargo.toml

index 782e633c64e093d6945ed4bddc4f0aa04721cc26..70cc98885b62267be1cabd8a81fbfe3505dcff05 100644 (file)
@@ -705,9 +705,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 
 [[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",
 ]
index ec00151046121f2ea84553e52166f63ad3e95b11..14546102defdb4c756f5df0cf9bfbd0ff8c4a256 100644 (file)
@@ -46,7 +46,7 @@ hyper = { version = "0.14.7", features = ["full"] }
 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
index c138246985f9f6a2c3a8563c769aeb30c7125028..9b6ab25e03f34cdca73d82893ebe25351c4867ec 100644 (file)
@@ -13,7 +13,7 @@ repository="https://salsa.debian.org/iwj/hippotat"
 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"