From bcc2e7f52096c249f0d08fa265528f3b36adea67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:57:31 +0000 Subject: [PATCH] build(deps): Bump webpki-roots from 0.26.7 to 0.26.8 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.7 to 0.26.8. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.7...v/0.26.8) --- updated-dependencies: - dependency-name: webpki-roots dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8abb7cd1..bbd7962c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3212,9 +3212,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.7" +version = "0.26.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" +checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index ef02e567..14c61767 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ ureq = { version = "2.9.7", default-features = false } url = { version = "2.5.3", default-features = false } uuid = { version = "1.13.1", default-features = false, features = ["v4"] } walkdir = { version = "2.5.0", default-features = false } -webpki-roots = { version = "0.26.7", default-features = false } +webpki-roots = { version = "0.26.8", default-features = false } zeroize = { version = "1.8.1", default-features = false } [dependencies]