Skip to content

Commit

Permalink
Bump hybrid-array from 0.2.0-rc.4 to 0.2.0-rc.5 (#571)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent 4ff4105 commit 4248c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ subtle = { version = "2.5", default-features = false }

# optional dependencies
der = { version = "0.7", optional = true, default-features = false }
hybrid-array = { version = "0.2.0-rc.4", optional = true }
hybrid-array = { version = "0.2.0-rc.5", optional = true }
num-traits = { version = "0.2.18", default-features = false }
rand_core = { version = "0.6.4", optional = true }
rlp = { version = "0.5", optional = true, default-features = false }
Expand Down

0 comments on commit 4248c4b

Please sign in to comment.