From 1ec33071e45c5d41eccf965fac3eb8793943defa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 9 Jan 2021 12:35:52 +0200 Subject: [PATCH] Update webpki-roots to 0.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11b7b3c..8433699 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ package = "tokio-rustls" [dependencies.webpki-roots] optional = true -version = "0.20" +version = "0.21" [dependencies.gio] optional = true