From 82f5b1bae8e8744c1a2538a73d5e9dd6a64a5b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 05:47:46 -0700 Subject: [PATCH] build(deps): bump hybrid-array from 0.2.0-rc.4 to 0.2.0-rc.5 (#1051) Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.4 to 0.2.0-rc.5. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.2.0-rc.4...v0.2.0-rc.5) --- 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 07843f8d..2076795a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,9 +84,9 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hybrid-array" -version = "0.2.0-rc.4" +version = "0.2.0-rc.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e63b66aee2df5599ba69b17a48113dfc68d2e143ea387ef836509e433bbd7e" +checksum = "dcda354500b318c287a6b91c1cfbc42edd53d52d259a80783ceb5e3986fca2b2" dependencies = [ "typenum", ] diff --git a/block-padding/Cargo.toml b/block-padding/Cargo.toml index 3a63e8a3..e4258ecf 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.4" +hybrid-array = "0.2.0-rc.5" [features] std = [] diff --git a/dbl/Cargo.toml b/dbl/Cargo.toml index 69d72bfd..b4a8f065 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.4" +hybrid-array = "0.2.0-rc.5" diff --git a/inout/Cargo.toml b/inout/Cargo.toml index 95639e6d..e8e0f0e5 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.4" +hybrid-array = "0.2.0-rc.5" [features] std = ["block-padding/std"]