From 47a0e5e7f33499f6a9bd35ca88dd89f09a5107f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:35:48 +0000 Subject: [PATCH] Update rustls requirement from 0.22 to 0.23 Updates the requirements on [rustls](https://github.com/rustls/rustls) to permit the latest version. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.22.0...v/0.23.0) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webpki-roots/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpki-roots/Cargo.toml b/webpki-roots/Cargo.toml index f284526..93a183e 100644 --- a/webpki-roots/Cargo.toml +++ b/webpki-roots/Cargo.toml @@ -16,7 +16,7 @@ hex = { workspace = true } percent-encoding = "2.3" rcgen = "0.12.0" ring = "0.17.0" -rustls = "0.22" +rustls = "0.23" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } webpki = { workspace = true } webpki-ccadb = { path = "../webpki-ccadb" }