Update dependencies #53

Merged
kdeng00 merged 11 commits from update_dependencies into icarus_v2_support 2025-07-02 12:26:38 -04:00
Showing only changes of commit 2ec7a0bafe - Show all commits
+4 -4
View File
@@ -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" }