diff --git a/Cargo.toml b/Cargo.toml index cb9d09a..6d4d8b6 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.20", features = ["json", "blocking", "multipart", "stream"] } -serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.140" -tokio = { version = "1.45.1", features = ["full"] } -tokio-util = { version = "0.7.15", features = ["codec"] } -uuid = { version = "1.17.0", features = ["v4", "serde"] } +reqwest = { version = "0.12.23", features = ["json", "blocking", "multipart", "stream"] } +serde = { version = "1.0.228", features = ["derive"] } +serde_json = "1.0.145" +tokio = { version = "1.47.1", features = ["full"] } +tokio-util = { version = "0.7.16", features = ["codec"] } +uuid = { version = "1.18.1", features = ["v4", "serde"] } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.6.6-65-eac7562b80-111" }