From c3749a309fa46334d96df07aed150785ca21cd55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:31:19 +0000 Subject: [PATCH] Bump rustls-pki-types from 1.10.0 to 1.10.1 Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.10.0...v/1.10.1) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33f96648..9590eb50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1631,9 +1631,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" +checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" [[package]] name = "rustls-webpki" diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 529b67fa..add86043 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -116,7 +116,7 @@ version = "0.12.9" features = [ "json", "rustls-tls" ] [dev-dependencies.rustls-pki-types] -version = "1.10.0" +version = "1.10.1" # Needed for CertificateDer::into_owned features = ["alloc"]