From 9231d576394bfc5d0f1c258fab6c78fca36b2bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 13:11:17 +0000 Subject: [PATCH] build(deps): bump pem from 1.0.2 to 1.1.1 Bumps [pem](https://github.com/jcreekmore/pem-rs) from 1.0.2 to 1.1.1. - [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.0.2...v1.1.1) --- updated-dependencies: - dependency-name: pem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tough-kms/Cargo.toml | 2 +- tough/Cargo.toml | 2 +- tuftool/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af787b3e..793a7493 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -972,9 +972,9 @@ dependencies = [ [[package]] name = "pem" -version = "1.0.2" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9a3b09a20e374558580a4914d3b7d89bd61b954a5a5e1dcbea98753addb1947" +checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" dependencies = [ "base64", ] diff --git a/tough-kms/Cargo.toml b/tough-kms/Cargo.toml index 5e307771..6262480e 100644 --- a/tough-kms/Cargo.toml +++ b/tough-kms/Cargo.toml @@ -22,7 +22,7 @@ rusoto_credential = { version = "0.48", optional = true } rusoto_kms = { version = "0.48", optional = true, default-features = false } snafu = { version = "0.7", features = ["backtraces-impl-backtrace-crate"] } tokio = "1.8" -pem = "1.0.2" +pem = "1.1.1" [dev-dependencies] base64 = "0.13" diff --git a/tough/Cargo.toml b/tough/Cargo.toml index 4647b1b7..3c56ec6b 100644 --- a/tough/Cargo.toml +++ b/tough/Cargo.toml @@ -16,7 +16,7 @@ hex = "0.4.2" log = "0.4.8" olpc-cjson = { version = "0.1.0", path = "../olpc-cjson" } path-absolutize = "3" -pem = "1.0.2" +pem = "1.1.1" percent-encoding = "2" reqwest = { version = "0.11.1", optional = true, default-features = false, features = ["blocking"] } ring = { version = "0.16.16", features = ["std"] } diff --git a/tuftool/Cargo.toml b/tuftool/Cargo.toml index 04cc17d1..64587caa 100644 --- a/tuftool/Cargo.toml +++ b/tuftool/Cargo.toml @@ -21,7 +21,7 @@ hex = "0.4.2" log = "0.4.8" maplit = "1.0.1" olpc-cjson = { version = "0.1.0", path = "../olpc-cjson" } -pem = "1.0.2" +pem = "1.1.1" rayon = "1.5" reqwest = { version = "0.11.1", features = ["blocking"] } ring = { version = "0.16.16", features = ["std"] }