From e15764133b5a1eace72b094f0162fe4be2c15299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:21:31 -0700 Subject: [PATCH] build(deps): bump hybrid-array from 0.2.0-rc.3 to 0.2.0-rc.4 (#1049) Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.3 to 0.2.0-rc.4. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.2.0-rc.3...v0.2.0-rc.4) --- updated-dependencies: - dependency-name: hybrid-array dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- block-padding/Cargo.toml | 2 +- dbl/Cargo.toml | 2 +- inout/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 906041d3..bafbf6f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,9 +84,9 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hybrid-array" -version = "0.2.0-rc.3" +version = "0.2.0-rc.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8856b3db5eb76328f03589feb25c7a3166bfa0ae3b38b1408d546b097fa7947" +checksum = "18e63b66aee2df5599ba69b17a48113dfc68d2e143ea387ef836509e433bbd7e" dependencies = [ "typenum", ] diff --git a/block-padding/Cargo.toml b/block-padding/Cargo.toml index 49b20806..3a63e8a3 100644 --- a/block-padding/Cargo.toml +++ b/block-padding/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"] readme = "README.md" [dependencies] -hybrid-array = "0.2.0-rc.3" +hybrid-array = "0.2.0-rc.4" [features] std = [] diff --git a/dbl/Cargo.toml b/dbl/Cargo.toml index 8db37035..69d72bfd 100644 --- a/dbl/Cargo.toml +++ b/dbl/Cargo.toml @@ -12,5 +12,5 @@ rust-version = "1.65" readme = "README.md" [dependencies] -hybrid-array = "0.2.0-rc.3" +hybrid-array = "0.2.0-rc.4" diff --git a/inout/Cargo.toml b/inout/Cargo.toml index 310f0f77..95639e6d 100644 --- a/inout/Cargo.toml +++ b/inout/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" [dependencies] block-padding = { version = "=0.4.0-pre.4", path = "../block-padding", optional = true } -hybrid-array = "0.2.0-rc.3" +hybrid-array = "0.2.0-rc.4" [features] std = ["block-padding/std"]