From e14e9d9286fa2a27c2f492de82df69f49363f5e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 06:28:41 +0000 Subject: [PATCH] Bump rustls-pki-types from 1.4.0 to 1.4.1 Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.4.0...v/1.4.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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41c1d3d1..80d928e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2325,9 +2325,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "868e20fada228fefaf6b652e00cc73623d54f8171e7352c18bb281571f2d92da" +checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247" [[package]] name = "rustls-webpki" diff --git a/Cargo.toml b/Cargo.toml index 46a5ec46..c272ff6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ tokio-native-tls = { version = "0.3.0", optional = true } rustls = { version = "0.23.4", features = ["ring"], optional = true } rustls-native-certs = { version = "0.7.0", optional = true } tokio-rustls = { version = "0.26.0", optional = true } -rustls-pki-types = { version = "1.3.0", optional = true } +rustls-pki-types = { version = "1.4.1", optional = true } base64 = "0.22.0" rand = "0.8"