From 93051bc11aebf602ae5e9aa7f72aff69eccb6494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 03:07:16 +0000 Subject: [PATCH] build(deps): update pem requirement from 0.8 to 1.1 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/v0.8.0...v1.1.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 c7c9f17..caa153c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ byteorder = "1.3" bytes = "0.5" futures = { version = "0.3", optional = true } lazy_static = "1.0" -pem = "0.8" +pem = "1.1" pin-project-lite = { version = "0.2", optional = true } simple_asn1 = "0.5" sodiumoxide = "0.2.3" # 0.2.3 required for `(push|pull)_to_vec`