From 092608a6483fe348eaed6f56eca8814bb913e4ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:17:21 +0000 Subject: [PATCH] build(deps): Bump webpki-roots from 0.26.5 to 0.26.6 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.5 to 0.26.6. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.5...v/0.26.6) --- 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 150e3472..29ffc9d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3037,9 +3037,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.5" +version = "0.26.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd24728e5af82c6c4ec1b66ac4844bdf8156257fccda846ec58b42cd0cdbe6a" +checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index 86396d7a..e7c31fa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ ureq = { version = "2.9.7", default-features = false } url = { version = "2.5.2", default-features = false } uuid = { version = "1.10.0", default-features = false, features = ["v4"] } walkdir = { version = "2.5.0", default-features = false } -webpki-roots = { version = "0.26.5", default-features = false } +webpki-roots = { version = "0.26.6", default-features = false } zeroize = { version = "1.8.1", default-features = false } [dependencies]