From e19ca01dbc62bf5c32201b361d80426714fda750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 23:50:37 +0000 Subject: [PATCH] Update rustls requirement from 0.21 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.21.0...v/0.23.0) --- updated-dependencies: - dependency-name: rustls 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 c904fe9..6e6d229 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ rayon = "1.7" regex = "1.9" rocksdb = "0.21" #roxy = { git = "https://github.com/aicers/roxy.git", tag = "0.1.0" } -rustls = "0.21" +rustls = "0.23" rustls-native-certs = "0.6" rustls-pemfile = "1.0" serde = { version = "1", features = ["derive"] }