Skip to content

Commit b302c5f

Browse files
update itertools: 13.0.0 -> 14.0.0
Summary: [Changes](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) to be aware of, with [971](rust-itertools/itertools#971) as my favourite: {F1974159737} Differential Revision: D67751950 fbshipit-source-id: d5e39b7c685840b40aa7ba1b5015e8ccaea32b72
1 parent 7e54d1c commit b302c5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -19,7 +19,7 @@ fnv = "1.0"
1919
globset = { version = "0.4.13", features = ["serde1"] }
2020
ignore = "0.4"
2121
indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] }
22-
itertools = "0.13.0"
22+
itertools = "0.14.0"
2323
log = { version = "0.4.22", features = ["kv_unstable"] }
2424
measure_time = "0.8.2"
2525
monostate = "0.1.8"

0 commit comments

Comments
 (0)