From 7ea33b6a28017d626c151d91cd77a101ed6018b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:00:47 +0000 Subject: [PATCH] Bump rustls-pemfile from 1.0.4 to 2.1.2 Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.4 to 2.1.2. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/1.0.4...v/2.1.2) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4baa0983..f3eea1db5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4195,7 +4195,7 @@ dependencies = [ "hyper 0.14.29", "hyper-rustls", "prost", - "rustls-pemfile 1.0.4", + "rustls-pemfile 2.1.2", "thiserror", "tokio-rustls 0.23.4", "tonic", diff --git a/Cargo.toml b/Cargo.toml index 8cfb72541..f6a1eb550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ reqwest = "0.12" ring = "0.17.0" ripemd160 = "0.9.1" rust-embed = "6.3.0" -rustls-pemfile = "1.0.0" +rustls-pemfile = "2.1.2" rustyline = "11.0.0" secp256k1 = "=0.26.0" secrecy = "0.8.0"