From d2e4bb89982872b3ad48e74ada25cf55cca5f198 Mon Sep 17 00:00:00 2001 From: tottoto Date: Fri, 26 Sep 2025 20:15:35 +0900 Subject: [PATCH] Update to webpki-roots 1 --- Cargo.lock | 11 +---------- sqlx-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61d2e7d7b6..cf071d967e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3586,7 +3586,7 @@ dependencies = [ "tracing", "url", "uuid", - "webpki-roots 0.26.11", + "webpki-roots", ] [[package]] @@ -4785,15 +4785,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "webpki-roots" -version = "0.26.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" -dependencies = [ - "webpki-roots 1.0.1", -] - [[package]] name = "webpki-roots" version = "1.0.1" diff --git a/sqlx-core/Cargo.toml b/sqlx-core/Cargo.toml index 58c5b67e05..0fc5f45672 100644 --- a/sqlx-core/Cargo.toml +++ b/sqlx-core/Cargo.toml @@ -56,7 +56,7 @@ tokio = { workspace = true, optional = true } native-tls = { version = "0.2.10", optional = true } rustls = { version = "0.23.24", default-features = false, features = ["std", "tls12"], optional = true } -webpki-roots = { version = "0.26", optional = true } +webpki-roots = { version = "1", optional = true } rustls-native-certs = { version = "0.8.0", optional = true } # Type Integrations