Skip to content

Commit 61d5f20

Browse files
Paul Iatcheniifacebook-github-bot
Paul Iatchenii
authored andcommitted
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 b7d4b75 commit 61d5f20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

shed/slog_glog_fmt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ anyhow = "1.0.86"
1919
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
2020
failure_ext = { version = "0.1.0", path = "../failure_ext" }
2121
hostname = "0.3"
22-
itertools = "0.13.0"
22+
itertools = "0.14.0"
2323
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
2424
slog-term = "2.8"
2525

shed/sorted_vector_map/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "set"
2121
harness = false
2222

2323
[dependencies]
24-
itertools = "0.13.0"
24+
itertools = "0.14.0"
2525
quickcheck = "1.0"
2626

2727
[dev-dependencies]

shed/sql/common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-trait = "0.1.71"
1919
cloned = { version = "0.1.0", path = "../../cloned" }
2020
futures = { version = "0.3.30", features = ["async-await", "compat"] }
2121
futures_stats = { version = "0.1.0", path = "../../futures_stats" }
22-
itertools = "0.13.0"
22+
itertools = "0.14.0"
2323
mysql_async = "0.31.2"
2424
mysql_client_traits = { version = "0.1.0", path = "../mysql_client_traits" }
2525
mysql_derive = { version = "0.1.0", path = "../derive" }

0 commit comments

Comments
 (0)