Skip to content

Commit

Permalink
build(deps): bump hybrid-array from 0.2.0-rc.4 to 0.2.0-rc.5 (#1051)
Browse files Browse the repository at this point in the history
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](RustCrypto/hybrid-array@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 6, 2024
1 parent ff785c9 commit 82f5b1b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion block-padding/Cargo.toml
Expand Up @@ -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 = []
Expand Down
2 changes: 1 addition & 1 deletion dbl/Cargo.toml
Expand Up @@ -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"

2 changes: 1 addition & 1 deletion inout/Cargo.toml
Expand Up @@ -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"]
Expand Down

0 comments on commit 82f5b1b

Please sign in to comment.