Updating packages (#24)
* Updating packages * Updated serde packages
This commit was merged in pull request #24.
This commit is contained in:
+7
-7
@@ -9,10 +9,10 @@ edition = "2021"
|
|||||||
# 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.30" }
|
futures = { version = "0.3.31" }
|
||||||
http = { version = "1.1.0" }
|
http = { version = "1.2.0" }
|
||||||
reqwest = { version = "0.12.4", features = ["json", "blocking", "multipart", "stream"] }
|
reqwest = { version = "0.12.12", features = ["json", "blocking", "multipart", "stream"] }
|
||||||
serde = { version = "1.0.197", features = ["derive"] }
|
serde = { version = "1.0.218", features = ["derive"] }
|
||||||
serde_json = "1.0.115"
|
serde_json = "1.0.139"
|
||||||
tokio = { version = "1.37", features = ["full"] }
|
tokio = { version = "1.43", features = ["full"] }
|
||||||
tokio-util = { version = "0.7.11", features = ["codec"] }
|
tokio-util = { version = "0.7.13", features = ["codec"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user