Updated reqwest, tokio, tokio-utils, and uuid

This commit is contained in:
kdeng00
2025-07-01 21:50:35 -04:00
parent 224fb386ba
commit 2ec7a0bafe
+4 -4
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.15", features = ["json", "blocking", "multipart", "stream"] } reqwest = { version = "0.12.20", features = ["json", "blocking", "multipart", "stream"] }
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140" serde_json = "1.0.140"
tokio = { version = "1.44.1", features = ["full"] } tokio = { version = "1.45.1", features = ["full"] }
tokio-util = { version = "0.7.14", features = ["codec"] } tokio-util = { version = "0.7.15", features = ["codec"] }
uuid = { version = "1.16.0", features = ["v4", "serde"] } uuid = { version = "1.17.0", features = ["v4", "serde"] }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.3" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.3" }