Skip to content

Commit 928464f

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 335f1ec commit 928464f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

below/store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static_assertions = "1.1.0"
2626
zstd-safe = { version = "7.0.0", features = ["std"] }
2727

2828
[dev-dependencies]
29-
itertools = "0.13.0"
29+
itertools = "0.14.0"
3030
lazy_static = "1.4"
3131
paste = "1.0.14"
3232
slog-term = "2.8"

below/view/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cursive = { version = "0.20.0", features = ["crossterm-backend"], default-featur
1818
cursive_buffered_backend = "0.6.1"
1919
enum-iterator = "1.4.1"
2020
humantime = "2.1"
21-
itertools = "0.13.0"
21+
itertools = "0.14.0"
2222
libc = "0.2.139"
2323
model = { package = "below-model", version = "0.8.1", path = "../model" }
2424
once_cell = "1.12"

0 commit comments

Comments
 (0)