summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndres Suarez <asuarez@meta.com>2023-10-16 10:58:08 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2023-10-16 10:58:08 -0700
commit187df7c0c7c594e38e8ecd49c420c2aed3b35afc (patch)
tree83cf7e04c18691103826a8d6f67810da3a1867a0
parentc2644234f62a98f168e4e24a476937657cdf6403 (diff)
Update itertools from 0.10.5 to 0.11.0
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
-rw-r--r--below/store/Cargo.toml2
-rw-r--r--below/view/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/below/store/Cargo.toml b/below/store/Cargo.toml
index 67183708..52638fc2 100644
--- a/below/store/Cargo.toml
+++ b/below/store/Cargo.toml
@@ -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"
diff --git a/below/view/Cargo.toml b/below/view/Cargo.toml
index db151d70..d6b2fd06 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.10.3"
+itertools = "0.11.0"
libc = "0.2.139"
model = { package = "below-model", version = "0.7.1", path = "../model" }
once_cell = "1.12"