Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.12 (#185)
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 Jun 4, 2024
1 parent 4f932e6 commit 0db7e1c
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 33 deletions.
176 changes: 144 additions & 32 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 @@ -81,5 +81,5 @@ actix = { version = "0.13.1", optional = true }
actix-web-actors = { version = "4.2.0", optional = true }

[dev-dependencies]
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
tempfile = "3"

0 comments on commit 0db7e1c

Please sign in to comment.