From 63ab29804d9f938a520366c9fe9b70fa57333aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 14:59:18 +0000 Subject: [PATCH] Update webpki-roots requirement from 0.21 to 0.22 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) --- updated-dependencies: - dependency-name: webpki-roots dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2118c5..41c9da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ version = "0.21" [dependencies.webpki-roots] optional = true -version = "0.21" +version = "0.22" [dev-dependencies] criterion = "0.3.4"