From 0411e842cbb93afbb4dc349d57b21a62cfbd45ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 07:09:19 +0000 Subject: [PATCH] Update rustls-native-certs requirement from 0.5.0 to 0.6.2 Updates the requirements on [rustls-native-certs](https://github.com/ctz/rustls-native-certs) to permit the latest version. - [Release notes](https://github.com/ctz/rustls-native-certs/releases) - [Commits](https://github.com/ctz/rustls-native-certs/compare/v/0.5.0...v/0.6.2) --- updated-dependencies: - dependency-name: rustls-native-certs 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..e8b1735fa8 100644 --- a/ws-client/Cargo.toml +++ b/ws-client/Cargo.toml @@ -25,7 +25,7 @@ thiserror = "1" url = "2" webpki = { version = "0.22", features = ["std"] } rustls = "0.19.1" -rustls-native-certs = "0.5.0" +rustls-native-certs = "0.6.2" [dev-dependencies] env_logger = "0.8"