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