Skip to content

Commit

Permalink
build(deps): bump rustls-webpki from 0.101.6 to 0.101.7
Browse files Browse the repository at this point in the history
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.6 to 0.101.7.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.101.6...v/0.101.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent fbcbda8 commit 9c5817b
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 10 deletions.
127 changes: 118 additions & 9 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 @@ -24,7 +24,7 @@ read_buf = ["rustls/read_buf"]
[dependencies]
# Keep in sync with RUSTLS_CRATE_VERSION in build.rs
rustls = { version = "=0.21.5", features = [ "dangerous_configuration" ] }
rustls-webpki = "0.101.0"
rustls-webpki = "0.101.7"
libc = "0.2"
sct = "0.7"
rustls-pemfile = "1.0.3"
Expand Down

0 comments on commit 9c5817b

Please sign in to comment.