From 2ddcea1a2ddba2e3aaeaf1bd49727b0f6c153fe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 15:27:07 +0000 Subject: [PATCH] fix(deps): update rust crate itertools to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b04ca5c4..8e25892b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ redis = { version = "0.25.3", default-features = false, features = ["script"] } rand_chacha = "0.3.1" sqlx = { version = "0.7.4", features = ["runtime-tokio-native-tls", "postgres", "chrono", "uuid"] } wiremock = "0.6.0" -itertools = "0.12.1" +itertools = "0.14.0" sha3 = "0.10.8" validator = { version = "0.17.0", features = ["derive"] } k256 = "0.13.3"