From 46f1420efa747d6de4f1612c3b733f6af2c83ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 03:06:10 +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/commits) --- updated-dependencies: - dependency-name: aws-lc-sys dependency-version: 0.36.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 d1273342a..d9b84d5d6 100644 --- a/DynamoDbEncryption/runtimes/rust/Cargo.toml +++ b/DynamoDbEncryption/runtimes/rust/Cargo.toml @@ -18,7 +18,7 @@ readme = "README.md" [dependencies] aws-config = "1.8.10" aws-lc-rs = {version = "1.15.0"} -aws-lc-sys = { version = "0.33", optional = true } +aws-lc-sys = { version = "0.36", optional = true } aws-lc-fips-sys = { version = "0.13", optional = true } aws-sdk-dynamodb = "1.99.0" aws-sdk-kms = "1.94.0"