From 9c434295c1c8a16babb35c09a8fb70d459ddac09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 08:03:33 +0000 Subject: [PATCH] Update rustls-native-certs requirement from 0.5.0 to 0.6.0 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.0) --- updated-dependencies: - dependency-name: rustls-native-certs 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 2ca2b5c..1e03404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ version = "0.20.0" [dependencies.rustls-native-certs] optional = true -version = "0.5.0" +version = "0.6.0" [dependencies.webpki] optional = true