Skip to content

Commit

Permalink
Bump hyper-rustls from 0.24.2 to 0.26.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.26.0.
- [Release notes](https://github.com/rustls/hyper-rustls/releases)
- [Commits](https://github.com/rustls/hyper-rustls/commits/v/0.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent b883f92 commit 67533d4
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 24 deletions.
105 changes: 82 additions & 23 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 @@ -68,7 +68,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.26", features = ["http1", "http2"] }

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

0 comments on commit 67533d4

Please sign in to comment.