From fd4b4d4252aa2a308c57994f566ae84cd9b3c27d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:02:22 +0000 Subject: [PATCH] build(deps): bump rustls from 0.23.29 to 0.23.30 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.29 to 0.23.30. - [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.29...v/0.23.30) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.30 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 59466a99f..f93170220 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5287,9 +5287,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.29" +version = "0.23.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1" +checksum = "069a8df149a16b1a12dcc31497c3396a173844be3cac4bd40c9e7671fef96671" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index 261bf7381..2e2b19d6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -516,7 +516,7 @@ version = "0.15.4" # TLS stack [workspace.dependencies.rustls] -version = "0.23.29" +version = "0.23.30" # PEM parsing for rustls [workspace.dependencies.rustls-pemfile]