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
@@ -6,7 +6,7 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
reqwest = { version = "0.11", features = ["stream"] }
reqwest = { version = "0.12", features = ["stream"] }
tokio = { version = "1.0", features = ["full"] }
tokio-stream = "0.1"
tower-http = { version = "0.5.0", features = ["trace"] }