Skip to content

Commit

Permalink
build(deps): bump hyper-rustls from 0.24.2 to 0.27.2
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.2.
- [Release notes](https://github.com/rustls/hyper-rustls/releases)
- [Commits](https://github.com/rustls/hyper-rustls/commits/v/0.27.2)

---
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 Jun 26, 2024
1 parent 6289066 commit 25376e1
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 16 deletions.
112 changes: 97 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 @@ -74,7 +74,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 25376e1

Please sign in to comment.