From d0ed33dc7d924878d05e7e10b1cfa5fac935a76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 05:55:34 +0000 Subject: [PATCH] Bump webpki-roots from 0.19.0 to 0.21.1 Bumps [webpki-roots](https://github.com/ctz/webpki-roots) from 0.19.0 to 0.21.1. - [Release notes](https://github.com/ctz/webpki-roots/releases) - [Commits](https://github.com/ctz/webpki-roots/compare/v/0.19.0...v/0.21.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c30967c..0b8bf25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2111,7 +2111,7 @@ dependencies = [ "serde_json", "tokio", "tokio-util 0.3.1", - "webpki-roots 0.19.0", + "webpki-roots 0.21.1", ] [[package]] @@ -2135,9 +2135,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.19.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739" +checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" dependencies = [ "webpki", ] diff --git a/Cargo.toml b/Cargo.toml index ac02f8c..e9b3f47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,6 @@ actix-rt = "1.1.1" tokio = { version = "0.2.22", features = ["process"] } tokio-util = { version = "0.3.1", features = ["codec"] } rustls = "0.16" -webpki-roots = "0.19.0" +webpki-roots = "0.21.1" clap = "2.33.3" crossbeam-channel = "0.5.0"