From 92d65e11043f2a3bf18099ecc3cd7911e70bc456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 21:49:59 +0200 Subject: [PATCH] Update webpki-roots requirement from 0.22 to 0.23 (#343) Updates the requirements on [webpki-roots](https://github.com/rustls/webpki-roots) to permit the latest version. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/commits) --- updated-dependencies: - dependency-name: webpki-roots dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9928549..d0825c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ version = "0.22" [dependencies.webpki-roots] optional = true -version = "0.22" +version = "0.23" [dev-dependencies] criterion = "0.4.0"