From 418c0fafd5a758d34a99384120d688be4253f970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 22:06:40 -0800 Subject: [PATCH] Update rustls-native-certs requirement from 0.5 to 0.6 (#432) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a3d759..c24a4f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ socks = { version = "0.3", optional = true } rustls = { version = "0.20", optional = true } webpki = { version = "0.22", optional = true } webpki-roots = { version = "0.22", optional = true } -rustls-native-certs = { version = "0.5", optional = true } +rustls-native-certs = { version = "0.6", optional = true } serde = { version = "1", optional = true } serde_json = { version = "1", optional = true } encoding_rs = { version = "0.8", optional = true }