From 9820ee1d67cc37c54f781dcf6e6080949b68a25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 14:18:04 +0000 Subject: [PATCH] core: bump rustls from 0.23.38 to 0.23.39 (#21802) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0af2834229..6d17616738 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2737,9 +2737,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.38" +version = "0.23.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21" +checksum = "7c2c118cb077cca2822033836dfb1b975355dfb784b5e8da48f7b6c5db74e60e" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index 1c5fe9bdc5..fcb3e8963f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ reqwest-middleware = { version = "= 0.5.1", features = [ "query", "rustls", ] } -rustls = { version = "= 0.23.38", features = ["fips"] } +rustls = { version = "= 0.23.39", features = ["fips"] } sentry = { version = "= 0.47.0", default-features = false, features = [ "backtrace", "contexts",