Updated crates

This commit is contained in:
kdeng00
2025-10-12 16:49:54 -04:00
parent ede5adfd4c
commit d2dfeee7f0
+6 -6
View File
@@ -8,10 +8,10 @@ edition = "2024"
[dependencies] [dependencies]
futures = { version = "0.3.31" } futures = { version = "0.3.31" }
http = { version = "1.3.1" } http = { version = "1.3.1" }
reqwest = { version = "0.12.20", features = ["json", "blocking", "multipart", "stream"] } reqwest = { version = "0.12.23", features = ["json", "blocking", "multipart", "stream"] }
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.140" serde_json = "1.0.145"
tokio = { version = "1.45.1", features = ["full"] } tokio = { version = "1.47.1", features = ["full"] }
tokio-util = { version = "0.7.15", features = ["codec"] } tokio-util = { version = "0.7.16", features = ["codec"] }
uuid = { version = "1.17.0", features = ["v4", "serde"] } 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" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.6.6-65-eac7562b80-111" }