From ef3271a3f3b9ea3d5acf24014689e9b5633dad86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:45:46 +0000 Subject: [PATCH] build(deps): update rustls requirement from 0.20.8 to 0.22.1 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.20.8...v/0.22.1) --- 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 181c8ce..35198fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ lazy_static = "1.4.0" log = "0.4" env_logger = "0.10.0" reqwest = {version = "0.11.14",features = ["socks","brotli","gzip","deflate","rustls-tls"]} -rustls = "0.20.8" +rustls = "0.22.1" rustls-pemfile = "1.0.2" [profile.fast]