From e651001a57e1c282884ccd7a1488feb7507ab624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:44:06 +0000 Subject: [PATCH] chore(cargo): bump rustls-pki-types from 1.10.1 to 1.11.0 Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.10.1...v/1.11.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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9e1e5f34..40ecbe1f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5544,9 +5544,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" +checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" [[package]] name = "rustls-platform-verifier" diff --git a/Cargo.toml b/Cargo.toml index 518c3752f..a4ac5bfc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ rand = { workspace = true } regex = { workspace = true } rusqlite = { workspace = true, features = ["sqlcipher"] } rust-hsluv = "0.1" -rustls-pki-types = "1.10.1" +rustls-pki-types = "1.11.0" rustls = { version = "0.23.22", default-features = false } sanitize-filename = { workspace = true } serde_json = { workspace = true }