From 61d5f207ffa9376d773dc2fe6360f51097007616 Mon Sep 17 00:00:00 2001 From: Paul Iatchenii Date: Thu, 2 Jan 2025 06:48:39 -0800 Subject: [PATCH] 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](https://github.com/rust-itertools/itertools/pull/971) as my favourite: {F1974159737} Differential Revision: D67751950 fbshipit-source-id: d5e39b7c685840b40aa7ba1b5015e8ccaea32b72 --- shed/slog_glog_fmt/Cargo.toml | 2 +- shed/sorted_vector_map/Cargo.toml | 2 +- shed/sql/common/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shed/slog_glog_fmt/Cargo.toml b/shed/slog_glog_fmt/Cargo.toml index f139237c0..c0390e793 100644 --- a/shed/slog_glog_fmt/Cargo.toml +++ b/shed/slog_glog_fmt/Cargo.toml @@ -19,7 +19,7 @@ anyhow = "1.0.86" chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false } failure_ext = { version = "0.1.0", path = "../failure_ext" } hostname = "0.3" -itertools = "0.13.0" +itertools = "0.14.0" slog = { version = "2.7", features = ["max_level_trace", "nested-values"] } slog-term = "2.8" diff --git a/shed/sorted_vector_map/Cargo.toml b/shed/sorted_vector_map/Cargo.toml index 597a87732..0595793f8 100644 --- a/shed/sorted_vector_map/Cargo.toml +++ b/shed/sorted_vector_map/Cargo.toml @@ -21,7 +21,7 @@ name = "set" harness = false [dependencies] -itertools = "0.13.0" +itertools = "0.14.0" quickcheck = "1.0" [dev-dependencies] diff --git a/shed/sql/common/Cargo.toml b/shed/sql/common/Cargo.toml index dbed459c7..81a6bdad3 100644 --- a/shed/sql/common/Cargo.toml +++ b/shed/sql/common/Cargo.toml @@ -19,7 +19,7 @@ async-trait = "0.1.71" cloned = { version = "0.1.0", path = "../../cloned" } futures = { version = "0.3.30", features = ["async-await", "compat"] } futures_stats = { version = "0.1.0", path = "../../futures_stats" } -itertools = "0.13.0" +itertools = "0.14.0" mysql_async = "0.31.2" mysql_client_traits = { version = "0.1.0", path = "../mysql_client_traits" } mysql_derive = { version = "0.1.0", path = "../derive" }