Skip to content

Commit

Permalink
Update reqwest requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and djc committed Mar 21, 2024
1 parent 90de8af commit 83cccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpki-ccadb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ csv = "1.2.2"
hex = { workspace = true }
num-bigint = "0.4.3"
pki-types = { workspace = true }
reqwest = { version = "0.11", features = ["rustls-tls-manual-roots"] }
reqwest = { version = "0.12", features = ["rustls-tls-manual-roots"] }
rustls-pemfile = "2.0.0"
serde = { version = "1.0.183", features = ["derive"] }
webpki = { workspace = true }
Expand Down

0 comments on commit 83cccd6

Please sign in to comment.