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" }