Skip to content

Commit 8098f18

Browse files
Update Rust crate itertools to 0.14.0 (#7663)
1 parent 13eead9 commit 8098f18

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

Cargo.lock

Lines changed: 13 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ internal-dns-resolver = { path = "internal-dns/resolver" }
449449
internal-dns-types = { path = "internal-dns/types" }
450450
ipcc = { path = "ipcc" }
451451
ipnet = "2.9"
452-
itertools = "0.13.0"
452+
itertools = "0.14.0"
453453
internet-checksum = "0.2"
454454
ipnetwork = { version = "0.21", features = ["schemars", "serde"] }
455455
ispf = { git = "https://github.com/oxidecomputer/ispf" }

workspace-hack/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ hyper = { version = "1.6.0", features = ["full"] }
7070
idna = { version = "1.0.3" }
7171
indexmap = { version = "2.7.1", features = ["serde"] }
7272
inout = { version = "0.1.3", default-features = false, features = ["std"] }
73-
itertools-582f2526e08bb6a0 = { package = "itertools", version = "0.14.0" }
7473
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
7574
lalrpop-util = { version = "0.19.12" }
7675
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -192,7 +191,6 @@ hyper = { version = "1.6.0", features = ["full"] }
192191
idna = { version = "1.0.3" }
193192
indexmap = { version = "2.7.1", features = ["serde"] }
194193
inout = { version = "0.1.3", default-features = false, features = ["std"] }
195-
itertools-582f2526e08bb6a0 = { package = "itertools", version = "0.14.0" }
196194
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
197195
lalrpop-util = { version = "0.19.12" }
198196
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }

0 commit comments

Comments
 (0)