Skip to content

Commit

Permalink
update itertools: 13.0.0 -> 14.0.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Paul Iatchenii authored and facebook-github-bot committed Jan 2, 2025
1 parent 7e54d1c commit b302c5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fnv = "1.0"
globset = { version = "0.4.13", features = ["serde1"] }
ignore = "0.4"
indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] }
itertools = "0.13.0"
itertools = "0.14.0"
log = { version = "0.4.22", features = ["kv_unstable"] }
measure_time = "0.8.2"
monostate = "0.1.8"
Expand Down

0 comments on commit b302c5f

Please sign in to comment.