From e45507fdb445c1309ea2a37e7fb2957a3aa47db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:49:22 +0000 Subject: [PATCH] Bump rustls-pki-types from 1.14.0 to 1.14.1 Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.14.0...v/1.14.1) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- simple-hyper-client-rustls/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c4d8e0..d9d9c2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -878,9 +878,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.14.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" +checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" dependencies = [ "zeroize", ] diff --git a/simple-hyper-client-rustls/Cargo.toml b/simple-hyper-client-rustls/Cargo.toml index 842a2a2..ffced10 100644 --- a/simple-hyper-client-rustls/Cargo.toml +++ b/simple-hyper-client-rustls/Cargo.toml @@ -14,7 +14,7 @@ categories = ["web-programming::http-client"] edition = "2018" [dependencies] -rustls-pki-types = { version = "1.14.0" } +rustls-pki-types = { version = "1.14.1" } simple-hyper-client = { version = "0.2.0", path = "../simple-hyper-client" } tokio = { version = "1.50.0", features = ["rt", "macros", "net", "sync", "time"] } tokio-rustls = { version = "0.26.4" }