From 1880114302b9d6990aabac19a0a38f8d6a81c72a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:09:58 +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 a26a2f12e..0d9d30e19 100644 --- a/full-service/Cargo.toml +++ b/full-service/Cargo.toml @@ -76,7 +76,7 @@ ed25519-dalek = { version = "2.0.0-pre.0", default-features = false } grpcio = "0.13" hex = { version = "0.4", default-features = false } hex_fmt = "0.3.0" -itertools = "0.10.5" +itertools = "0.13.0" libsqlite3-sys = { version = "0.26", features = ["bundled-sqlcipher"] } num_cpus = "1.16" prost = "0.11"