From fc1ee51d54bbc15e31d70bd736a31de28310678c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:51:27 +0000 Subject: [PATCH] build(deps): bump aws-lc-sys from 0.41.0 to 0.42.0 Bumps [aws-lc-sys](https://github.com/aws/aws-lc-rs) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](https://github.com/aws/aws-lc-rs/compare/aws-lc-sys/v0.41.0...aws-lc-sys/v0.42.0) --- updated-dependencies: - dependency-name: aws-lc-sys dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++--------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76804c73..183340b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,23 +177,11 @@ version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4342d8937fc7e5dd9b1c60292261c0670c882a2cd1719cfc11b1af41731e32ad" dependencies = [ - "aws-lc-sys 0.42.0", + "aws-lc-sys", "untrusted 0.7.1", "zeroize", ] -[[package]] -name = "aws-lc-sys" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4" -dependencies = [ - "cc", - "cmake", - "dunce", - "fs_extra", -] - [[package]] name = "aws-lc-sys" version = "0.42.0" @@ -1920,7 +1908,7 @@ dependencies = [ "ascon-aead", "ascon-hash", "aws-lc-rs", - "aws-lc-sys 0.41.0", + "aws-lc-sys", "blake2", "blake3", "chacha20poly1305", @@ -2276,7 +2264,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.3", + "getrandom 0.3.4", "once_cell", "rustix", "windows-sys 0.61.2", diff --git a/Cargo.toml b/Cargo.toml index aa0ec599..69f29613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -218,7 +218,7 @@ libcrux-ml-kem = { version = "0.0.9", default-features = false, features = [ [target.'cfg(all(any(unix, windows), not(target_arch = "wasm32"), not(any(target_arch = "s390x", target_arch = "powerpc64"))))'.dev-dependencies] aws-lc-rs = "1.17.1" -aws-lc-sys = "0.41.0" +aws-lc-sys = "0.42.0" [lib] bench = false