From a9ac531d1fdd3f4649c317f5df3929f29a6b18eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:14:06 +0000 Subject: [PATCH] chore(deps): update pem requirement in /AwsEncryptionSDK/runtimes/rust Updates the requirements on [pem](https://github.com/jcreekmore/pem-rs) to permit the latest version. - [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jcreekmore/pem-rs/compare/v3.0.6...v4.0.0) --- updated-dependencies: - dependency-name: pem dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- AwsEncryptionSDK/runtimes/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AwsEncryptionSDK/runtimes/rust/Cargo.toml b/AwsEncryptionSDK/runtimes/rust/Cargo.toml index 95e729c14..96afb95e6 100644 --- a/AwsEncryptionSDK/runtimes/rust/Cargo.toml +++ b/AwsEncryptionSDK/runtimes/rust/Cargo.toml @@ -27,7 +27,7 @@ chrono = "0.4.43" cpu-time = "1.0.0" dafny_runtime = { path = "../../../mpl/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync","small-int"]} dashmap = "6.1.0" -pem = "3.0.6" +pem = "4.0.0" rand = "0.9.2" tokio = {version = "1.49.0", features = ["full"] } uuid = { version = "1.19.0", features = ["v4"] }