Skip to content

Commit

Permalink
Update rustls-webpki requirement from 0.101.4 to 0.102.1
Browse files Browse the repository at this point in the history
Updates the requirements on [rustls-webpki](https://github.com/rustls/webpki) to permit the latest version.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.101.4...v/0.102.1)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent 2f9511c commit b3ed49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ trust-dns-resolver = { version = "0.23.0", default-features = false, optional =
"tokio-runtime",
] }
url = "2"
rustls-webpki = { version = "0.101.4", default-features = false, features = [
rustls-webpki = { version = "0.102.1", default-features = false, features = [
"std",
] }
webpki-roots = "0.25.2"
Expand Down

0 comments on commit b3ed49c

Please sign in to comment.