From ae7ac6aa0206f518898a40528c99e76b7fef4871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:11:57 -0500 Subject: [PATCH] build(deps): bump pem from 3.0.2 to 3.0.3 (#135) Bumps [pem](https://github.com/jcreekmore/pem-rs) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jcreekmore/pem-rs/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: pem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- harness/rust-rustls/Cargo.toml | 2 +- harness/rust-webpki/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33cfc4a0..95ce9a95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,9 +194,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "pem" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923" +checksum = "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310" dependencies = [ "base64", "serde", diff --git a/harness/rust-rustls/Cargo.toml b/harness/rust-rustls/Cargo.toml index bb59cfd2..2b476b28 100644 --- a/harness/rust-rustls/Cargo.toml +++ b/harness/rust-rustls/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] limbo-harness-support = { path = "../../harness-support/rust" } chrono = "0.4.31" -pem = "3.0.2" +pem = "3.0.3" serde_json = "1.0.108" rustls-webpki = { version = "0.101.7", features = ["std"] } diff --git a/harness/rust-webpki/Cargo.toml b/harness/rust-webpki/Cargo.toml index 8bec74cb..d05c1a7f 100644 --- a/harness/rust-webpki/Cargo.toml +++ b/harness/rust-webpki/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] limbo-harness-support = { path = "../../harness-support/rust" } chrono = "0.4.31" -pem = "3.0.2" +pem = "3.0.3" serde_json = "1.0.108" webpki = { version = "0.22.4", features = ["std"] }