From 7826a5af5329ccd7ad4bfc751feaa330dce8474f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 13:53:07 +0000 Subject: [PATCH] chore(deps): bump webpki-roots from 0.26.11 to 1.0.5 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.11 to 1.0.5. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.11...v/1.0.5) --- updated-dependencies: - dependency-name: webpki-roots dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eec1e33..8731300 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,7 +126,7 @@ dependencies = [ "url", "urlencoding", "uuid", - "webpki-roots 0.26.11", + "webpki-roots 1.0.5", "wiremock", ] diff --git a/Cargo.toml b/Cargo.toml index 712edc1..c0ff8c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ rustls = { version = "0.23", features = ["ring"] } rustls-pki-types = { version = "1.9", features = ["std"] } rcgen = { version = "0.13", features = ["ring"] } tokio-rustls = { version = "0.26", features = ["ring"] } -webpki-roots = "0.26" +webpki-roots = "1.0" # ═══════════════════════════════════════════════════════════════════════════════ # Async Runtime