Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Update rustls-webpki requirement from 0.101 to 0.102
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.0...v/0.102.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 9e04a06 commit 497e9b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ futures-util = "0.3.1"
lazy_static = "1"
once_cell = "1.14"
rustls-pemfile = "1"
rustls-webpki = "0.101"
rustls-webpki = "0.102"
smol = "1.0"
webpki-roots = "0.25"
2 changes: 1 addition & 1 deletion examples/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ publish = false
argh = "0.1"
async-rustls = { path = "../.." }
rustls-pemfile = "1"
rustls-webpki = "0.101"
rustls-webpki = "0.102"
smol = "1"
webpki-roots = "0.25"

0 comments on commit 497e9b7

Please sign in to comment.