From 83929d213fdd531db0f9d125dbadd4e26584efd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:48:23 +0000 Subject: [PATCH] build(deps): bump webpki-roots from 0.25.4 to 0.26.2 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.25.4 to 0.26.2. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.25.4...v/0.26.2) --- 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 92824acd2..94559d8bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6983,9 +6983,12 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.25.4" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" +checksum = "3c452ad30530b54a4d8e71952716a212b08efd0f3562baa66c29a618b07da7c3" +dependencies = [ + "rustls-pki-types", +] [[package]] name = "which" diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 8c359769b..638a29c96 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"] }