From 3d183336f54dfe03218e37d44cae960a5dc4c933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:42:18 +0000 Subject: [PATCH] chore(cargo): bump rustls-pki-types from 1.8.0 to 1.9.0 Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.8.0...v/1.9.0) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9bddf75b3..1949085c7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5034,9 +5034,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" +checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" [[package]] name = "rustls-platform-verifier" diff --git a/Cargo.toml b/Cargo.toml index f41d2252b5..ab10d1b862 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ rand = { workspace = true } regex = { workspace = true } rusqlite = { workspace = true, features = ["sqlcipher"] } rust-hsluv = "0.1" -rustls-pki-types = "1.8.0" +rustls-pki-types = "1.9.0" rustls = { version = "0.23.13", default-features = false } sanitize-filename = { workspace = true } serde_json = { workspace = true }