From 25d2ed08a85c8627d1a6914176b58b30e4b53b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:37:57 +0000 Subject: [PATCH] build(deps): update rustls-pemfile requirement from 1.0.2 to 2.0.0 Updates the requirements on [rustls-pemfile](https://github.com/rustls/pemfile) to permit the latest version. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/1.0.2...v/2.0.0) --- updated-dependencies: - dependency-name: rustls-pemfile 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 70310f8f..7c1b6b77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ 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-pemfile = "1.0.2" +rustls-pemfile = "2.0.0" [profile.fast] inherits = "release"