Skip to content

Commit

Permalink
build(deps): bump hybrid-array from 0.2.0-rc.7 to 0.2.0-rc.8 (#13)
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.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent e4447e4 commit 39846c1
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 ml-kem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ std = ["sha3/std"]
deterministic = [] # Expose deterministic generation and encapsulation functions

[dependencies]
hybrid-array = { version = "0.2.0-rc.7", features = ["extra-sizes"] }
hybrid-array = { version = "0.2.0-rc.8", features = ["extra-sizes"] }
rand_core = "0.6.4"
sha3 = { version = "0.10.8", default-features = false }

Expand Down

0 comments on commit 39846c1

Please sign in to comment.