From 1422d47ec0e500c15c82a5de93f9f7524d0eddb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 08:57:37 +0000 Subject: [PATCH] Update rustls requirement from 0.20.0 to 0.21.0 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/RELEASE_NOTES.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.20.0...v/0.21.0) --- 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 cd3a37b..9928549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ version = "0.2.3" [dependencies.rustls] optional = true -version = "0.20.0" +version = "0.21.0" [dependencies.rustls-native-certs] optional = true