From f0c4c78fcee9339fc4840cf3827c06d9e5347d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 03:19:33 +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.24.0...aws-lc-sys/v0.25.0) --- updated-dependencies: - dependency-name: aws-lc-sys 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 9dcc9c7dc..2b19d96ce 100644 --- a/DynamoDbEncryption/runtimes/rust/Cargo.toml +++ b/DynamoDbEncryption/runtimes/rust/Cargo.toml @@ -18,7 +18,7 @@ readme = "README.md" [dependencies] aws-config = "1.5.11" aws-lc-rs = "1.12.0" -aws-lc-sys = "0.24.0" +aws-lc-sys = "0.25.0" aws-sdk-dynamodb = "1.56.0" aws-sdk-kms = "1.52.0" aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }