Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent 7768f24 commit c32b140
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 32 deletions.
189 changes: 158 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/upload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c32b140

Please sign in to comment.