From 66f48540f77c844ec02c1ed0b8bff545ecb1682d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 6 Nov 2024 06:48:29 +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"