Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.12.3 (#556)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 5, 2024
1 parent aa839fa commit 25e8cbc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
41 changes: 22 additions & 19 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ percent-encoding = "2.3.1"
pulldown-cmark = "0.10.2"
quick-xml = { version = "0.31.0", features = ["serialize"] }
rand = "0.8.5"
reqwest = { version = "0.12.2", features = ["stream"] }
reqwest = { version = "0.12.3", features = ["stream"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_with = { version = "3.7.0", features = ["macros"] }
Expand Down

0 comments on commit 25e8cbc

Please sign in to comment.