From 06aa1eb63a3ec95c3e358dfb14c4ae8a476ce570 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2020 08:42:28 -0700 Subject: [PATCH] Update rustls-native-certs requirement from 0.3 to 0.4 (#111) 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.3.0...v/0.4.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abcb7b5..d393897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ socks = { version = "0.3.2", optional = true } rustls = { version = "0.17", optional = true, features = [] } webpki = { version = "0.21", optional = true } webpki-roots = { version = "0.20", optional = true } -rustls-native-certs = { version = "0.3", optional = true } +rustls-native-certs = { version = "0.4", optional = true } serde = { version = "1", optional = true } serde_json = { version = "1", optional = true } encoding = { version = "0.2", optional = true }