From aaed098c15ceecc821072a4aa3fa7223e2470744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:55:30 +0000 Subject: [PATCH] build(deps): bump hybrid-array from 0.2.0-rc.8 to 0.2.0-rc.9 Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.8 to 0.2.0-rc.9. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.2.0-rc.8...v0.2.0-rc.9) --- updated-dependencies: - dependency-name: hybrid-array dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ml-kem/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3c5368..c2aa469 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,9 +262,9 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hybrid-array" -version = "0.2.0-rc.8" +version = "0.2.0-rc.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53668f5da5a41d9eaf4bf7064be46d1ebe6a4e1ceed817f387587b18f2b51047" +checksum = "4d306b679262030ad8813a82d4915fc04efff97776e4db7f8eb5137039d56400" dependencies = [ "typenum", ] diff --git a/ml-kem/Cargo.toml b/ml-kem/Cargo.toml index 887c489..7490cfe 100644 --- a/ml-kem/Cargo.toml +++ b/ml-kem/Cargo.toml @@ -21,7 +21,7 @@ deterministic = [] # Expose deterministic generation and encapsulation functions [dependencies] kem = "0.3.0-pre.0" -hybrid-array = { version = "0.2.0-rc.8", features = ["extra-sizes"] } +hybrid-array = { version = "0.2.0-rc.9", features = ["extra-sizes"] } rand_core = "0.6.4" sha3 = { version = "0.10.8", default-features = false }