Skip to content

Commit

Permalink
Bump reqwest from 0.12.5 to 0.12.6 (#3373)
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.5 to 0.12.6.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.5...v0.12.6)

---
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] committed Aug 19, 2024
1 parent 1f27284 commit a2070d6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 15 deletions.
51 changes: 37 additions & 14 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,7 +81,7 @@ quickcheck = { version = "1.0.3", default-features = false }
quickcheck_macros = "1.0.0"
rand = "0.8"
rayon = "1.10.0"
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.12.6", default-features = false, features = ["rustls-tls"] }
regex = "1.10.6"
retry-after = "0.4.0"
ring = "0.17.8"
Expand Down

0 comments on commit a2070d6

Please sign in to comment.