From a3c9ff05728387e882e556550e38ab839f35512e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:08:00 +0000 Subject: [PATCH] chore(deps): bump webpki-roots from 0.26.11 to 1.0.7 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.11 to 1.0.7. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.11...v/1.0.7) --- updated-dependencies: - dependency-name: webpki-roots dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/proxy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3220899a..3949bfe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1045,7 +1045,7 @@ dependencies = [ "tokio-socks", "tokio-tungstenite", "tracing", - "webpki-roots 0.26.11", + "webpki-roots 1.0.7", ] [[package]] diff --git a/crates/proxy/Cargo.toml b/crates/proxy/Cargo.toml index 17d7e1c4..bcf1413b 100644 --- a/crates/proxy/Cargo.toml +++ b/crates/proxy/Cargo.toml @@ -38,7 +38,7 @@ tokio-socks = "0.5" # (tokio-rustls)前必须显式装 aws-lc-rs(与 reqwest 上游转发一致),否则 panic。 rustls = { version = "0.23", default-features = false, features = ["aws_lc_rs"] } tokio-rustls = { version = "0.26", default-features = false, features = ["aws_lc_rs"] } -webpki-roots = "0.26" +webpki-roots = "1.0" serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "2"