From 73b95eeb67bf3f539b7188e7d86dddf5c3e7271a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 22:18:28 +0000 Subject: [PATCH] Update webpki requirement from 0.21.0 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) --- updated-dependencies: - dependency-name: webpki dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index bd0fb882..2a43f846 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -30,7 +30,7 @@ downcast-rs = "1.1.1" quinn = "0.8.3" futures-util = "0.3.1" rustls = { version = "0.20.6", features = ["dangerous_configuration"] } -webpki = "0.21.0" +webpki = "0.22.0" hecs = "0.7.6" rcgen = { version = "0.9.2", default-features = false } memoffset = "0.6"