From 928464f71915e8f65f1f11aa279a4c7a7e9a64cd 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 --- below/store/Cargo.toml | 2 +- below/view/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/below/store/Cargo.toml b/below/store/Cargo.toml index 82a56ce0..f40c79d5 100644 --- a/below/store/Cargo.toml +++ b/below/store/Cargo.toml @@ -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" diff --git a/below/view/Cargo.toml b/below/view/Cargo.toml index f3f60dcc..9d6fe919 100644 --- a/below/view/Cargo.toml +++ b/below/view/Cargo.toml @@ -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"