From 379365e170ff578162168c715227da71501d0b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 02:15:26 +0000 Subject: [PATCH] Bump webpki-roots from 0.22.6 to 0.25.1 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.22.6 to 0.25.1. - [Commits](https://github.com/rustls/webpki-roots/commits) --- updated-dependencies: - dependency-name: webpki-roots dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e83600d8..4ae99a18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,7 +595,7 @@ dependencies = [ "trust-dns-proto 0.22.0", "url", "uuid", - "webpki-roots", + "webpki-roots 0.25.1", ] [[package]] @@ -2869,7 +2869,7 @@ dependencies = [ "tracing", "url", "webpki", - "webpki-roots", + "webpki-roots 0.22.6", ] [[package]] @@ -3141,6 +3141,12 @@ dependencies = [ "webpki", ] +[[package]] +name = "webpki-roots" +version = "0.25.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9c6eda1c830a36f361e7721c87fd79ea84293b54f8c48c959f85ec636f0f196" + [[package]] name = "widestring" version = "1.0.2" diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index dde3de23..efd5f02d 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -54,7 +54,7 @@ trust-dns-client = "0.22" trust-dns-proto = { version = "0.22", features = ["dns-over-rustls", "dns-over-https-rustls"]} # DoH rustls = { version = "0.20", features=["dangerous_configuration"] } -webpki-roots = "0.22" +webpki-roots = "0.25" dhcproto = "0.8" rand = "0.8"