Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent cdf9d85 commit a07ad56
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 16 deletions.
110 changes: 95 additions & 15 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 @@ -71,7 +71,7 @@ boringtun = { version = "0.6.0", git = "https://github.com/cloudflare/boringtun.
smoltcp = { version = "0.11", default-features = false, features = ["std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp"] }

tokio-rustls = "0.24"
hyper-rustls = { version = "0.24", features = ["http1", "http2"] }
hyper-rustls = { version = "0.27", features = ["http1", "http2"] }

serde = { version = "1.0", features=["derive"] }
serde_yaml = "0.9"
Expand Down

0 comments on commit a07ad56

Please sign in to comment.