From bb17f5da9f1611c114ab2e6dc33422bb84317140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:06:29 +0000 Subject: [PATCH] Bump rustls from 0.23.31 to 0.23.40 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.31 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.31...v/0.23.40) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.37 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 0c2cba6..875f335 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4379,9 +4379,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.31" +version = "0.23.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" +checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index f215db3..8a0817a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ prost-types = "0.14.3" tonic-h3 = { version="0.0.5" , default-features = false, features = ["quinn"] } aws-lc-rs = { version = "1.16.2", default-features = false, features = ["prebuilt-nasm", "aws-lc-sys"] } quinn = {version = "0.11.9", default-features = false, features = ["runtime-tokio", "aws-lc-rs", "rustls-aws-lc-rs"] } -rustls = { version = "=0.23.31", features = ["aws_lc_rs"] } +rustls = { version = "=0.23.40", features = ["aws_lc_rs"] } # Serialization / Deserialization serde = { version = "1.0.228", features = ["derive"] }