From e967e6f053e9ad63c1d3b9d365df08e34c00cdf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 11:17:43 +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.39.0...aws-lc-sys/v0.41.0) --- updated-dependencies: - dependency-name: aws-lc-sys dependency-version: 0.41.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- AwsEncryptionSDK/runtimes/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AwsEncryptionSDK/runtimes/rust/Cargo.toml b/AwsEncryptionSDK/runtimes/rust/Cargo.toml index a3375ff5b..37405a34e 100644 --- a/AwsEncryptionSDK/runtimes/rust/Cargo.toml +++ b/AwsEncryptionSDK/runtimes/rust/Cargo.toml @@ -17,7 +17,7 @@ readme = "README.md" [dependencies] aws-config = "1.8.12" aws-lc-rs = {version = "1.15.4"} -aws-lc-sys = { version = "0.39", optional = true } +aws-lc-sys = { version = "0.41", optional = true } aws-lc-fips-sys = { version = "0.13", optional = true } aws-sdk-dynamodb = "1.103.0" aws-sdk-kms = "1.98.0"