From 4b624e255590b825f819b3c0c7ca811cf1b8fd1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 00:42:29 +0000 Subject: [PATCH] Update rustls requirement from =0.23.31 to =0.23.32 Updates the requirements on [rustls](https://github.com/rustls/rustls) to permit the latest version. - [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.31) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ddee79..008ff62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ prost-types = "0.14.1" tonic-h3 = { git = "https://github.com/youyuanwu/tonic-h3.git", default-features = false, features = ["quinn"] } aws-lc-rs = { version = "1.13.1", 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.32", features = ["aws_lc_rs"] } # Serialization / Deserialization serde = { version = "1.0.219", features = ["derive"] }