From bb72c6daebb8b3174cb9d7a4158effc65c525573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 03:35:55 +0000 Subject: [PATCH] chore(deps): update aws-lc-sys requirement Updates the requirements on [aws-lc-sys](https://github.com/aws/aws-lc-rs) to permit the latest version. - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](https://github.com/aws/aws-lc-rs/compare/aws-lc-sys/v0.25.0...aws-lc-sys/v0.28.2) --- updated-dependencies: - dependency-name: aws-lc-sys dependency-version: 0.28.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- DynamoDbEncryption/runtimes/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynamoDbEncryption/runtimes/rust/Cargo.toml b/DynamoDbEncryption/runtimes/rust/Cargo.toml index a5877c06d..154ccea8a 100644 --- a/DynamoDbEncryption/runtimes/rust/Cargo.toml +++ b/DynamoDbEncryption/runtimes/rust/Cargo.toml @@ -18,7 +18,7 @@ readme = "README.md" [dependencies] aws-config = "1.6.0" aws-lc-rs = "1.12.2" -aws-lc-sys = "0.25.0" +aws-lc-sys = "0.28.2" aws-sdk-dynamodb = "1.69.0" aws-sdk-kms = "1.63.0" aws-smithy-runtime-api = {version = "1.7.4", features = ["client"] }