chiark / gitweb /
Update to itertools 0.13 (allow)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 09:56:00 +0000 (10:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 14:17:06 +0000 (15:17 +0100)
Closes: #1082550
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.toml
macros/Cargo.toml

index 3ec3751680a6fb5df011572070ad54b025d4e8a4..3047949702e8270a859f55d7146261fb892b1c6a 100644 (file)
@@ -713,9 +713,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 
 [[package]]
 name = "itertools"
-version = "0.12.1"
+version = "0.13.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
+checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 dependencies = [
  "either",
 ]
index 5c72a1b99e9243a0a9f72709c4a8742dab8a3823..c5f48e76716aeba2a6a6ddaa839521fa0f370479 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.13"
+itertools = ">=0.10.1, <0.14"
 lazy-regex = ">=2.4, <4"
 lazy_static = "1.4"
 libc = "0.2" # just for EISDIR due to IsADirectory
index 49bcfce421d6475ea522ca7dc494769d0586e437..165a6b4b7046f93b7021797d55c28f32cada2151 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.13"
+itertools = ">=0.10.1, <0.14"
 syn = { version = "1", features=["extra-traits"] }
 proc-macro2 = "1"
 quote = "1"