From 49fd2c2c40444afa65ede82765dbbf4f489146ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:39:32 +0000 Subject: [PATCH] build(deps): update rustls requirement from 0.22.0 to 0.23.20 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.22.0...v/0.23.20) --- updated-dependencies: - dependency-name: rustls 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 0b8aea4d6b..52d2c92543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,5 +51,5 @@ darling = "0.20.10" http = "1.0.0" # rustls, update together -rustls = "0.22.0" +rustls = "0.23.20" tokio-rustls = "0.25.0"