From c9ccbd5f0940d687da2dc660b9bc783b5113789b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 19:17:19 -0700 Subject: [PATCH] Update webpki-roots requirement from 0.19 to 0.20 (#100) Updates the requirements on [webpki-roots](https://github.com/ctz/webpki-roots) to permit the latest version. - [Release notes](https://github.com/ctz/webpki-roots/releases) - [Commits](https://github.com/ctz/webpki-roots/compare/v/0.19.0...v/0.20.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 408b9ce..5e082fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ url = "2" socks = { version = "0.3.2", optional = true } rustls = { version = "0.17", optional = true, features = [] } webpki = { version = "0.21", optional = true } -webpki-roots = { version = "0.19", optional = true } +webpki-roots = { version = "0.20", optional = true } rustls-native-certs = { version = "0.3", optional = true } serde = { version = "1", optional = true } serde_json = { version = "1", optional = true }