Updated serde packages
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ edition = "2021"
|
|||||||
futures = { version = "0.3.31" }
|
futures = { version = "0.3.31" }
|
||||||
http = { version = "1.2.0" }
|
http = { version = "1.2.0" }
|
||||||
reqwest = { version = "0.12.12", features = ["json", "blocking", "multipart", "stream"] }
|
reqwest = { version = "0.12.12", features = ["json", "blocking", "multipart", "stream"] }
|
||||||
serde = { version = "1.0.217", features = ["derive"] }
|
serde = { version = "1.0.218", features = ["derive"] }
|
||||||
serde_json = "1.0.138"
|
serde_json = "1.0.139"
|
||||||
tokio = { version = "1.43", features = ["full"] }
|
tokio = { version = "1.43", features = ["full"] }
|
||||||
tokio-util = { version = "0.7.13", features = ["codec"] }
|
tokio-util = { version = "0.7.13", features = ["codec"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user