From a5023efda6e45147638d20b1b74061f2adff3114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:47:49 +0000 Subject: [PATCH] build(deps): Bump webpki-roots from 0.26.2 to 0.26.3 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.2 to 0.26.3. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.2...v/0.26.3) --- 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 c39cfbad..80114338 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3189,9 +3189,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c452ad30530b54a4d8e71952716a212b08efd0f3562baa66c29a618b07da7c3" +checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index ae828576..6ff3b70e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ ureq = { version = "2.9.7", default-features = false } url = { version = "2.5.1", default-features = false } uuid = { version = "1.8.0", default-features = false, features = ["v4"] } walkdir = { version = "2.5.0", default-features = false } -webpki-roots = { version = "0.26.2", default-features = false } +webpki-roots = { version = "0.26.3", default-features = false } zeroize = { version = "1.8.1", default-features = false } [dependencies]