From 4f024a9ae96a06a04423acc6e56e609c3944662d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 06:31:19 +0000 Subject: [PATCH] Update webpki requirement from 0.21.4 to 0.22.0 Updates the requirements on [webpki](https://github.com/briansmith/webpki) to permit the latest version. - [Release notes](https://github.com/briansmith/webpki/releases) - [Commits](https://github.com/briansmith/webpki/commits) 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..8e34dfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ version = "0.19.0" [dependencies.webpki] optional = true -version = "0.21.4" +version = "0.22.0" [dependencies.webpki-roots] optional = true