Skip to content

Commit

Permalink
Bump rustls from 0.20.8 to 0.21.6
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.20.8 to 0.21.6.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Commits](rustls/rustls@v/0.20.8...v/0.21.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent fc6499d commit b01d8d2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
28 changes: 25 additions & 3 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 @@ -53,7 +53,7 @@ serde_yaml = "0.9"
trust-dns-client = "0.22"
trust-dns-proto = { version = "0.22", features = ["dns-over-rustls", "dns-over-https-rustls"]}
# DoH
rustls = { version = "0.20", features=["dangerous_configuration"] }
rustls = { version = "0.21", features=["dangerous_configuration"] }
webpki-roots = "0.22"
dhcproto = "0.8"

Expand Down

0 comments on commit b01d8d2

Please sign in to comment.