From 74a52c37ecf37040d15762e1b8e324a639d917de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:58:20 +0000 Subject: [PATCH] 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 ++-- sdk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e39a5cf65..f1c7b1bcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5624,9 +5624,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/sdk/Cargo.toml b/sdk/Cargo.toml index 1e48e8478..d93c210cb 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -62,7 +62,7 @@ tokio-rustls = { version = "0.26.1" } toml = "0.8.19" tracing = { version = "0.1.41" } uuid = { version = "1.11.0", features = ["v7", "fast-rng", "zerocopy"] } -webpki-roots = { version = "0.26.7" } +webpki-roots = { version = "0.26.8" } [build-dependencies] convert_case = "0.7.1"