Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.22 (#139)
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 Oct 5, 2023
1 parent 8da13d2 commit e1fd4f9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 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 @@ -31,7 +31,7 @@ bcrypt = "0.15.0"
eyre = "0.6.8"
once_cell = "1.18.0"
new_mime_guess = { version = "4.0.1", default-features = false }
reqwest = { version = "0.11.18", features = ["json"] }
reqwest = { version = "0.11.22", features = ["json"] }
async-trait = "0.1.72"
http = "0.2.9"
itertools = "0.11.0"
Expand Down

0 comments on commit e1fd4f9

Please sign in to comment.