Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 38cc4a8 commit b1052db
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 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 network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rand = "0.8"
rcgen = "0.11"
ring = "0.16"
rustls = { version = "0.21", features = ["dangerous_configuration"] }
rustls-webpki = "0.101"
rustls-webpki = "0.102"
serde = "1.0"
socket2 = "0.5"
thiserror = "1"
Expand Down

0 comments on commit b1052db

Please sign in to comment.