From c6265cc902c152cba8805fa79cada3a853a9b95c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 01:00:28 +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 98ced4a08e..a259ff8c00 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"