Updated packages

This commit is contained in:
phoenix
2025-03-12 19:12:25 -04:00
parent c3557050e9
commit 478d65009f
+5 -5
View File
@@ -10,9 +10,9 @@ edition = "2024"
[dependencies]
futures = { version = "0.3.31" }
http = { version = "1.2.0" }
reqwest = { version = "0.12.12", features = ["json", "blocking", "multipart", "stream"] }
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.139"
tokio = { version = "1.43", features = ["full"] }
http = { version = "1.3.1" }
reqwest = { version = "0.12.14", features = ["json", "blocking", "multipart", "stream"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.44.0", features = ["full"] }
tokio-util = { version = "0.7.13", features = ["codec"] }