From d5e84045ed022b5f40dffe491ad8d972f35184ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:34:03 +0000 Subject: [PATCH] Bump rustls-pki-types from 1.2.0 to 1.3.0 Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.2.0...v/1.3.0) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-type: direct:production update-type: version-update:semver-minor ... 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 7f91874c0..03b07ba10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1351,9 +1351,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a716eb65e3158e90e17cd93d855216e27bde02745ab842f2cab4a39dba1bacf" +checksum = "048a63e5b3ac996d78d402940b5fa47973d2d080c6c6fffa1d0f19c4445310b7" [[package]] name = "rustls-webpki" diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index a02d0c23b..a6dc38d55 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -98,7 +98,7 @@ rcgen = "0.12.1" tokio-tungstenite = "0.21.0" [dev-dependencies.rustls-pki-types] -version = "1.2.0" +version = "1.3.0" # Needed for CertificateDer::into_owned features = ["alloc"]