From 2d4ae16de8b1409f87c7044fcc1fcf94531e3c42 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 1 Jan 2025 01:34:55 +0000 Subject: [PATCH] chore(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 d18d84c..67d5386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ dotenv = { version = "0.15" } axum = { version = "0.7" } serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117" -itertools = "0.13.0" +itertools = "0.14.0" uuid = { version = "1.8.0", features = ["v4"] } tonic = { version = "0.12.0", features = ["tls", "tls-roots"] } futures = { version = "0.3.30" } -- 2.45.2