fix(deps): update rust crate reqwest to 0.12 (#1099)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-04-15 09:07:36 +02:00
committed by GitHub
parent 7768f245f9
commit e39ea8ddf8
2 changed files with 159 additions and 32 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ log = { workspace = true }
thiserror = { workspace = true }
tokio = { version = "1", features = [ "fs" ] }
tokio-util = { version = "0.7", features = [ "codec" ] }
reqwest = { version = "0.11", features = [ "json", "stream" ] }
reqwest = { version = "0.12", features = [ "json", "stream" ] }
futures-util = "0.3"
read-progress-stream = "1.0.0"