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 335f1ec commit 928464f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion below/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static_assertions = "1.1.0"
zstd-safe = { version = "7.0.0", features = ["std"] }

[dev-dependencies]
itertools = "0.13.0"
itertools = "0.14.0"
lazy_static = "1.4"
paste = "1.0.14"
slog-term = "2.8"
Expand Down
2 changes: 1 addition & 1 deletion below/view/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cursive = { version = "0.20.0", features = ["crossterm-backend"], default-featur
cursive_buffered_backend = "0.6.1"
enum-iterator = "1.4.1"
humantime = "2.1"
itertools = "0.13.0"
itertools = "0.14.0"
libc = "0.2.139"
model = { package = "below-model", version = "0.8.1", path = "../model" }
once_cell = "1.12"
Expand Down

0 comments on commit 928464f

Please sign in to comment.