From d1aed9c37f6660ec204c4bcf3bdcbe15c4d84849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 23:56:25 +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.29.0) --- updated-dependencies: - dependency-name: aws-lc-sys dependency-version: 0.29.0 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 802c0b926..fc53358dc 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.2" aws-lc-rs = "1.13.0" -aws-lc-sys = "0.28.2" +aws-lc-sys = "0.29.0" aws-sdk-dynamodb = "1.73.0" aws-sdk-kms = "1.67.0" aws-smithy-runtime-api = {version = "1.8.0", features = ["client"] }