From 74e140b92e85861a5f1067e6c7fda6820785de52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:04:44 +0000 Subject: [PATCH] build(deps): bump webpki-roots from 0.25.4 to 0.26.3 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](https://github.com/rustls/webpki-roots/compare/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] --- Cargo.lock | 7 +++++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38fca3f08..ac2a3f718 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6841,9 +6841,12 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.25.4" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" +checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" +dependencies = [ + "rustls-pki-types", +] [[package]] name = "which" diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index bfcee199e..5d4b4456e 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -88,7 +88,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"] }