Skip to content

Commit

Permalink
Update itertools from 0.10.5 to 0.11.0
Browse files Browse the repository at this point in the history
Summary: Changes: https://github.com/rust-itertools/itertools/blob/v0.11.0/CHANGELOG.md#0110

Reviewed By: shayne-fletcher, dtolnay

Differential Revision: D50327619

fbshipit-source-id: bec4bd82a59e22af9c28535862190441c8923ddb
  • Loading branch information
zertosh authored and facebook-github-bot committed Oct 16, 2023
1 parent c264423 commit 187df7c
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 = "5.0.1+zstd.1.5.2", features = ["std"] }

[dev-dependencies]
itertools = "0.10.3"
itertools = "0.11.0"
lazy_static = "1.4"
paste = "1.0.13"
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.10.3"
itertools = "0.11.0"
libc = "0.2.139"
model = { package = "below-model", version = "0.7.1", path = "../model" }
once_cell = "1.12"
Expand Down

0 comments on commit 187df7c

Please sign in to comment.