From 2ec7a0bafeb27eab94126d1a2632044fb353bee5 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Tue, 1 Jul 2025 21:50:35 -0400 Subject: [PATCH] Updated reqwest, tokio, tokio-utils, and uuid --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3f3f01c..9089b12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ edition = "2024" [dependencies] futures = { version = "0.3.31" } http = { version = "1.3.1" } -reqwest = { version = "0.12.15", features = ["json", "blocking", "multipart", "stream"] } +reqwest = { version = "0.12.20", features = ["json", "blocking", "multipart", "stream"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" -tokio = { version = "1.44.1", features = ["full"] } -tokio-util = { version = "0.7.14", features = ["codec"] } -uuid = { version = "1.16.0", features = ["v4", "serde"] } +tokio = { version = "1.45.1", features = ["full"] } +tokio-util = { version = "0.7.15", features = ["codec"] } +uuid = { version = "1.17.0", features = ["v4", "serde"] } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.3" }