From b9ba17d7ee70b976135b2cb29442b51dc56b64b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:41:09 +0000 Subject: [PATCH] Update Rust crate itertools to 0.13.0 --- full-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full-service/Cargo.toml b/full-service/Cargo.toml index b0d304c6e7..ddca404e61 100644 --- a/full-service/Cargo.toml +++ b/full-service/Cargo.toml @@ -75,7 +75,7 @@ dotenv = "0.15.0" ed25519-dalek = { version = "2.0.0-pre.0", default-features = false } grpcio = "0.13" hex = { version = "0.4", default-features = false } -itertools = "0.10.5" +itertools = "0.13.0" libsqlite3-sys = { version = "0.26", features = ["bundled-sqlcipher"] } num_cpus = "1.16" prost = "0.11"