From 69fef47c107ec9689d8ad853cbd65340fb9892aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:46:55 +0000 Subject: [PATCH] Bump rustls from 0.23.35 to 0.23.36 in /backend Bumps [rustls](https://github.com/rustls/rustls) from 0.23.35 to 0.23.36. - [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.35...v/0.23.36) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.36 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b3a329a..2437ca6 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3083,9 +3083,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.35" +version = "0.23.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" +checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" dependencies = [ "aws-lc-rs", "log", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3bf17a3..2cd93b0 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -55,5 +55,5 @@ rand_core = "0.9.3" [dev-dependencies] x509-parser = "0.18.0" -rustls = { version = "0.23.35", features = ["aws-lc-rs"] } +rustls = { version = "0.23.36", features = ["aws-lc-rs"] } tokio-rustls = "0.26.4" \ No newline at end of file