From f2bba8d87110eb8d9eb9b87f156e8c613efbdd06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:23:36 +0000 Subject: [PATCH] build(deps): bump pem from 1.0.2 to 1.1.0 Bumps [pem](https://github.com/jcreekmore/pem-rs) from 1.0.2 to 1.1.0. - [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.0) --- 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..044ece1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -972,9 +972,9 @@ dependencies = [ [[package]] name = "pem" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9a3b09a20e374558580a4914d3b7d89bd61b954a5a5e1dcbea98753addb1947" +checksum = "03c64931a1a212348ec4f3b4362585eca7159d0d09cbdf4a7f74f02173596fd4" dependencies = [ "base64", ] diff --git a/tough-kms/Cargo.toml b/tough-kms/Cargo.toml index 5e307771..d69c5efa 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.0" [dev-dependencies] base64 = "0.13" diff --git a/tough/Cargo.toml b/tough/Cargo.toml index 4647b1b7..a90c4e5d 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.0" 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..fcf6aca8 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.0" rayon = "1.5" reqwest = { version = "0.11.1", features = ["blocking"] } ring = { version = "0.16.16", features = ["std"] }