From ccd496ba00dcad3880a85b32c6725809b4aacf31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 11:17:03 +0000 Subject: [PATCH] deps(deps): bump rustls from 0.22.4 to 0.23.41 Bumps [rustls](https://github.com/rustls/rustls) from 0.22.4 to 0.23.41. - [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.22.4...v/0.23.41) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.41 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a6b003..5b50ce2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3825,7 +3825,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f" dependencies = [ "aws-lc-rs", + "log", "once_cell", + "ring", "rustls-pki-types", "rustls-webpki 0.103.13", "subtle", @@ -5298,7 +5300,7 @@ dependencies = [ "reqwest 0.11.27", "ring", "rocksdb", - "rustls 0.22.4", + "rustls 0.23.41", "rustls-pemfile 2.2.0", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 782b81d..ab60e55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ deadpool-postgres = { version = "0.12", default-features = false, features = ["r prometheus = { version = "0.13", features = ["process"] } lazy_static = "1" reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] } -rustls = { version = "0.22", features = ["ring", "tls12"] } +rustls = { version = "0.23", features = ["ring", "tls12"] } rustls-pemfile = "2" x509-parser = "0.16" tokio-rustls = "0.25"