From 161e5ae35885555daef235c05a7d7e034fc03297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 21:04:51 +0000 Subject: [PATCH] chore(cargo): bump rustls-pki-types from 1.13.0 to 1.13.2 Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.13.0 to 1.13.2. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.13.0...v/1.13.2) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04de97510..d3b65d9d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5164,9 +5164,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.13.0" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" +checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" dependencies = [ "web-time", "zeroize",