Skip to content

Commit

Permalink
build(deps): bump reqwest from 0.11.22 to 0.11.24 (#957)
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.22 to 0.11.24.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.22...v0.11.24)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 375ba71 commit dcf7365
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 25 deletions.
38 changes: 14 additions & 24 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 @@ -23,7 +23,7 @@ hyper = { version = "0.14.27", features = ["server", "http2"] }
moka = { version = "0.11.3", default-features = false, features = ["future"] }
openssl-probe = { version = "0.1.4", optional = true }
path-slash = "0.2.0"
reqwest = { version = "0.11.22", default-features = false, features = ["json", "gzip", "cookies", "socks"] }
reqwest = { version = "0.11.24", default-features = false, features = ["json", "gzip", "cookies", "socks"] }
reqwest-middleware = "0.2.4"
reqwest-retry = "0.2.0"
serde = { version = "1.0.168", features = ["derive"] }
Expand Down

0 comments on commit dcf7365

Please sign in to comment.