From 468da8af7d2fab6da3a4b79d007eabcec08f1059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 07:02:46 +0000 Subject: [PATCH] Update rustls requirement from 0.19.1 to 0.20.8 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.8) --- 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..b9527a0e66 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.8" rustls-native-certs = "0.5.0" [dev-dependencies]