Skip to content

Commit

Permalink
chore(deps): update rust crate reqwest to 0.11.24 (#95)
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] committed Feb 15, 2024
1 parent bb12a16 commit 6eb8d1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde = "1.0.195"
serde_json = "1.0.111"
serde_qs = "0.12.0"
config = "0.13.3"
reqwest = { version = "0.11.23", optional = true }
reqwest = { version = "0.11.24", optional = true }
libvips = "1.5.0"
rexif = "0.7.3"
lazy_static = "1.4.0"
Expand All @@ -42,4 +42,4 @@ thiserror = "1.0.53"
rayon = "1.8.1"

[dev-dependencies.reqwest]
version = "0.11.23"
version = "0.11.24"

0 comments on commit 6eb8d1e

Please sign in to comment.