From b7187590098b91213ade4713b8630db9a0816085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:10:50 +0000 Subject: [PATCH] chore(deps): Update pem requirement from 2.0 to 3.0 Updates the requirements on [pem](https://github.com/jcreekmore/pem-rs) to permit the latest version. - [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jcreekmore/pem-rs/compare/v2.0.0...v3.0.1) --- 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 6e82d67050..e88b17539d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ openidconnect = { version = "3.0", default-features = false, features = [ p256 = "0.13.2" p384 = "0.13" webbrowser = "0.8.4" -pem = "2.0" +pem = "3.0" picky = { version = "7.0.0-rc.6", default-features = false, features = [ "x509", ] }