Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent ffa74b2 commit 388af9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 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 clash_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ hickory-proto = { version = "0.24", features = ["dns-over-rustls", "dns-over-htt
# ideally we should make a CryptoProvider with boringssl and get rid of rings
rustls = { version = "0.21", features=["dangerous_configuration", "quic"] }
rustls-pemfile = "1.0.4"
webpki-roots = "0.25"
webpki-roots = "0.26"
dhcproto = "0.12"
ring-compat = { version = "0.8", features = ["aead"] }

Expand Down

0 comments on commit 388af9c

Please sign in to comment.