From 76d9662406c53793d511a919cc50ac2bc17df337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:46:45 +0000 Subject: [PATCH] build(deps): bump rustls from 0.23.31 to 0.23.33 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.31 to 0.23.33. - [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.31...v/0.23.33) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.33 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 db180cd..c40e7b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -726,9 +726,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.31" +version = "0.23.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" +checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c" dependencies = [ "aws-lc-rs", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 60dde86..0fe9e23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.71" exclude = ["/.github", "/examples", "/scripts", "/tests/"] [dependencies] -rustls = { version = "0.23.27", default-features = false, features = ["std"] } +rustls = { version = "0.23.33", default-features = false, features = ["std"] } tokio = "1.0" [features]