From a0b8b382b1e38521aa6ad66edb6fab637b036c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:48:00 -0700 Subject: [PATCH] build(deps): bump hybrid-array from 0.2.0-rc.1 to 0.2.0-rc.3 (#1048) Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.1 to 0.2.0-rc.3. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.2.0-rc.1...v0.2.0-rc.3) --- 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 e6b36e12..906041d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,9 +84,9 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hybrid-array" -version = "0.2.0-rc.1" +version = "0.2.0-rc.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b700a69c9d992339e82b6cda619873ee17768be06e80ed5ef07c50c50d499ab" +checksum = "d8856b3db5eb76328f03589feb25c7a3166bfa0ae3b38b1408d546b097fa7947" dependencies = [ "typenum", ] diff --git a/block-padding/Cargo.toml b/block-padding/Cargo.toml index 344976f5..49b20806 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.1" +hybrid-array = "0.2.0-rc.3" [features] std = [] diff --git a/dbl/Cargo.toml b/dbl/Cargo.toml index 169b57be..8db37035 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.1" +hybrid-array = "0.2.0-rc.3" diff --git a/inout/Cargo.toml b/inout/Cargo.toml index eedcc65a..310f0f77 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.1" +hybrid-array = "0.2.0-rc.3" [features] std = ["block-padding/std"]