Skip to content

Commit bc23616

Browse files
committed
Update top-crates to itertools 0.14
1 parent 2368908 commit bc23616

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

top-crates/Cargo.lock

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

top-crates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/rust-lang/rust-playground"
1010

1111
[dependencies]
1212
cargo = "0.84.0"
13-
itertools = "0.13.0"
13+
itertools = "0.14.0"
1414
reqwest = { version = "0.12.0", features = ["blocking"] }
1515
semver = { version = "1.0.11", features = ["serde"] }
1616
serde = "1.0.1"

0 commit comments

Comments
 (0)