From 4208818a569fefaedc7fc30240907902fbcb12ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:44:59 +0000 Subject: [PATCH] build(deps): bump hybrid-array from 0.2.3 to 0.3.0 Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.3 to 0.3.0. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.2.3...v0.3.0) --- updated-dependencies: - dependency-name: hybrid-array dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- frodo-kem/Cargo.toml | 2 +- ml-kem/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 }