From a3184965ac619934626ed5bac78fb0f40c4a8332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 09:18:25 +0000 Subject: [PATCH] build(deps): bump aws-lc-rs from 1.15.2 to 1.15.3 Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.15.2 to 1.15.3. - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](https://github.com/aws/aws-lc-rs/compare/v1.15.2...v1.15.3) --- updated-dependencies: - dependency-name: aws-lc-rs dependency-version: 1.15.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7da09b..ef452cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,9 +90,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "aws-lc-rs" -version = "1.15.2" +version = "1.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a88aab2464f1f25453baa7a07c84c5b7684e274054ba06817f382357f77a288" +checksum = "e84ce723ab67259cfeb9877c6a639ee9eb7a27b28123abd71db7f0d5d0cc9d86" dependencies = [ "aws-lc-sys", "zeroize", @@ -100,9 +100,9 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b45afffdee1e7c9126814751f88dddc747f41d91da16c9551a0f1e8a11e788a1" +checksum = "43a442ece363113bd4bd4c8b18977a7798dd4d3c3383f34fb61936960e8f4ad8" dependencies = [ "cc", "cmake", diff --git a/Cargo.toml b/Cargo.toml index 59a2035..ea2feb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" include = ["src/**/*", "tests/**/*", "LICENSE-*", "README.md"] [dependencies] -aws-lc-rs = { version = "1.15.2", default-features = false, features = ["aws-lc-sys"] } +aws-lc-rs = { version = "1.15.3", default-features = false, features = ["aws-lc-sys"] } [workspace] members = ["benchmarks", "xtask"]