From 57d78f1d00235cccde191331f8da66c0419abdcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 18:29:59 +0000 Subject: [PATCH] chore(deps): update pem requirement from 2.0.1 to 3.0.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.1...v3.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 94c237a..6c53079 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ lazy_static = "1.4.0" once_cell = "1.10.0" strum = "0.25" strum_macros = "0.25" -pem = "2.0.1" +pem = "3.0.0" path-matchers = "1.0.2" glob = "0.3.0"