From 1f8d2c9332a6acdd0131d2d5ede672606c287c01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:14:25 +0000 Subject: [PATCH] fix(deps): update rust crate itertools to 0.13 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 334629f..5a7eea4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,9 +210,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" dependencies = [ "either", ] @@ -444,7 +444,7 @@ name = "unicode-truncate" version = "1.0.0" dependencies = [ "criterion", - "itertools 0.12.1", + "itertools 0.13.0", "unicode-width", ] diff --git a/Cargo.toml b/Cargo.toml index ff89f47..196cf22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ exclude = [ ] [dependencies] -itertools = { version = "0.12", default-features = false } +itertools = { version = "0.13", default-features = false } unicode-width = "0.1" [dev-dependencies]