From ef8f794110b005515c08133f170ba2b19e4cde71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 03:05:52 +0000 Subject: [PATCH] build(deps): update pem requirement from 0.8 to 1.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/v0.8.0...v1.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 c7c9f17..4e97061 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.0" 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`