From a3b79baae49073a50e1a384c64d0b3440d87f049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 03:46:31 +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.27.1) --- 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 cdad092d6..112441cbe 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.15" aws-lc-rs = "1.12.2" -aws-lc-sys = "0.25.0" +aws-lc-sys = "0.27.1" aws-sdk-dynamodb = "1.62.0" aws-sdk-kms = "1.57.0" aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }