From f3332fa7a6d89eaed2cf903c7505da4d419a7990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:11:13 +0000 Subject: [PATCH] chore(cargo): bump rustls from 0.23.18 to 0.23.19 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.18 to 0.23.19. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.18...v/0.23.19) --- updated-dependencies: - dependency-name: rustls 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 babc2b60f9..b2d16e4226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5270,9 +5270,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.18" +version = "0.23.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" +checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1" dependencies = [ "log", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index fc7414bea9..6706a1c34a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ regex = { workspace = true } rusqlite = { workspace = true, features = ["sqlcipher"] } rust-hsluv = "0.1" rustls-pki-types = "1.10.0" -rustls = { version = "0.23.14", default-features = false } +rustls = { version = "0.23.19", default-features = false } sanitize-filename = { workspace = true } serde_json = { workspace = true } serde_urlencoded = "0.7.1"