Upgrade reqwest to 0.12 (#2688)

Signed-off-by: tison <[email protected]>
This commit is contained in:
tison
2024-03-29 08:34:56 +01:00
committed by GitHub
parent ae8c43765d
commit dbd6178393
6 changed files with 7 additions and 22 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ tracing = { version = "0.1.37", default-features = false, optional = true }
[dev-dependencies]
axum = { path = "../axum", version = "0.7.2" }
hyper = "1.0.0"
reqwest = { version = "0.11", default-features = false, features = ["json", "stream", "multipart"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "multipart"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.71"
tokio = { version = "1.14", features = ["full"] }