From 07ae9302bcdac4f49ea7d511eae7ff683969cd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:04:15 +0000 Subject: [PATCH] build(deps): bump rustls from 0.23.28 to 0.23.40 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.28 to 0.23.40. - [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.28...v/0.23.40) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.40 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fdb4a7fa31..1f5159a7214 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7170,9 +7170,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.28" +version = "0.23.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643" +checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" dependencies = [ "aws-lc-rs", "log", @@ -8718,7 +8718,7 @@ checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" dependencies = [ "bitflags 2.11.1", "bytes", - "http 1.4.1", + "http 1.4.2", "percent-encoding", "pin-project-lite", "tower-layer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",