From 5031747e8e8363c8814736d95e72d8759e42d251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Desr=C3=A9?= Date: Fri, 18 Sep 2020 10:48:41 -0700 Subject: [PATCH] Update webpki-roots to current version (#1041) Simple bump from 0.19 to 0.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcc7d43..933065d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ tokio-tls = { version = "0.3.0", optional = true } hyper-rustls = { version = "0.21", default-features = false, optional = true } rustls = { version = "0.18", features = ["dangerous_configuration"], optional = true } tokio-rustls = { version = "0.14", optional = true } -webpki-roots = { version = "0.19", optional = true } +webpki-roots = { version = "0.20", optional = true } ## cookies cookie_crate = { version = "0.14", package = "cookie", optional = true }