From 77c5b46c1b3b62caac3592aa120200ae62d18273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 06:31:24 +0000 Subject: [PATCH] Update webpki-roots requirement from 0.21.0 to 0.22.0 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.21.0...v/0.22.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 705c5d2..3795589 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ version = "0.21.4" [dependencies.webpki-roots] optional = true -version = "0.21.0" +version = "0.22.0" [dev-dependencies] env_logger = "0.8.1"