From 845b296f114c2bd9b898c80941e1cdf4b4530582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 07:16:28 +0000 Subject: [PATCH] Update rustls requirement from 0.19.1 to 0.20.6 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.19.1...v/0.20.6) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ws-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws-client/Cargo.toml b/ws-client/Cargo.toml index ef9ea25c15..26e6771b24 100644 --- a/ws-client/Cargo.toml +++ b/ws-client/Cargo.toml @@ -24,7 +24,7 @@ pin-project = "1" thiserror = "1" url = "2" webpki = { version = "0.22", features = ["std"] } -rustls = "0.19.1" +rustls = "0.20.6" rustls-native-certs = "0.5.0" [dev-dependencies]