Skip to content

Commit 216d2b8

Browse files
build(deps): bump hybrid-array from 0.2.0-rc.7 to 0.2.0-rc.8 (#1058)
Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.7 to 0.2.0-rc.8. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](RustCrypto/hybrid-array@v0.2.0-rc.7...v0.2.0-rc.8) --- updated-dependencies: - dependency-name: hybrid-array dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce47b3c commit 216d2b8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

block-padding/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
1313
readme = "README.md"
1414

1515
[dependencies]
16-
hybrid-array = "0.2.0-rc.7"
16+
hybrid-array = "0.2.0-rc.8"
1717

1818
[features]
1919
std = []

dbl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ rust-version = "1.65"
1212
readme = "README.md"
1313

1414
[dependencies]
15-
hybrid-array = "0.2.0-rc.7"
15+
hybrid-array = "0.2.0-rc.8"
1616

inout/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313

1414
[dependencies]
1515
block-padding = { version = "=0.4.0-pre.4", path = "../block-padding", optional = true }
16-
hybrid-array = "0.2.0-rc.7"
16+
hybrid-array = "0.2.0-rc.8"
1717

1818
[features]
1919
std = ["block-padding/std"]

0 commit comments

Comments
 (0)