diff --git a/Cargo.lock b/Cargo.lock index d3a490b..8150a8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -708,9 +708,9 @@ dependencies = [ [[package]] name = "hybrid-array" -version = "0.2.3" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2d35805454dc9f8662a98d6d61886ffe26bd465f5960e0e55345c70d5c0d2a9" +checksum = "4dab50e193aebe510fe0e40230145820e02f48dae0cf339ea4204e6e708ff7bd" dependencies = [ "typenum", ] diff --git a/frodo-kem/Cargo.toml b/frodo-kem/Cargo.toml index e823481..10676db 100644 --- a/frodo-kem/Cargo.toml +++ b/frodo-kem/Cargo.toml @@ -82,7 +82,7 @@ aes = "0.8" bincode = "1.3" criterion = "0.5" hex = "0.4" -hybrid-array = "0.2" +hybrid-array = "0.3" rand_chacha = "0.3" rstest = "0.24" safe-oqs = { version = "0.10", default-features = false, features = ["frodokem"] } diff --git a/ml-kem/Cargo.toml b/ml-kem/Cargo.toml index cff7ccc..0249b9d 100644 --- a/ml-kem/Cargo.toml +++ b/ml-kem/Cargo.toml @@ -23,7 +23,7 @@ zeroize = ["dep:zeroize"] [dependencies] kem = "0.3.0-pre.0" -hybrid-array = { version = "0.2", features = ["extra-sizes"] } +hybrid-array = { version = "0.3", features = ["extra-sizes"] } rand_core = "0.6.4" sha3 = { version = "0.10.8", default-features = false } zeroize = { version = "1.8.1", optional = true, default-features = false }