From f6e75f712a4c6714dda09e0429fade4eabea7451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 10:06:54 +0000 Subject: [PATCH] Update pem requirement from 1.1 to 2.0 Updates the requirements on [pem](https://github.com/jcreekmore/pem-rs) to permit the latest version. - [Release notes](https://github.com/jcreekmore/pem-rs/releases) - [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jcreekmore/pem-rs/compare/v1.1.0...v2.0.0) --- updated-dependencies: - dependency-name: pem 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 557560d..aece8a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ base64 = "0.21" serde = { version="1", features=["derive"] } serde_json = "1" regex = { version = "1", optional = true } -pem = "1.1" +pem = "2.0" simple_asn1 = "0.6" ring = { version = "0.16", features = ["std"] }