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