Updating packages
This commit is contained in:
Generated
+680
-202
File diff suppressed because it is too large
Load Diff
+8
-8
@@ -6,12 +6,12 @@ edition = "2024"
|
|||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = { version = "0.3.31" }
|
futures = { version = "0.3.32" }
|
||||||
http = { version = "1.3.1" }
|
http = { version = "1.4.0" }
|
||||||
reqwest = { version = "0.12.23", features = ["json", "blocking", "multipart", "stream"] }
|
reqwest = { version = "0.13.2", features = ["json", "blocking", "multipart", "stream"] }
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
serde_json = "1.0.145"
|
serde_json = "1.0.149"
|
||||||
tokio = { version = "1.47.1", features = ["full"] }
|
tokio = { version = "1.51", features = ["full"] }
|
||||||
tokio-util = { version = "0.7.16", features = ["codec"] }
|
tokio-util = { version = "0.7.18", features = ["codec"] }
|
||||||
uuid = { version = "1.18.1", features = ["v4", "serde"] }
|
uuid = { version = "1.23", features = ["v4", "serde"] }
|
||||||
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.9.2" }
|
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.10.0" }
|
||||||
|
|||||||
Reference in New Issue
Block a user