From b295edc4ef6d0652be3ae2bd558e9c37ed4fa199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 07:28:35 +0000 Subject: [PATCH] Update webpki-roots requirement from 0.23 to 0.26 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/compare/v/0.23.1...v/0.26.1) --- 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 5f1d7e1..5908b39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ features = ["std"] [dependencies.webpki-roots] optional = true -version = "0.23" +version = "0.26" [dev-dependencies] criterion = "0.4.0"