Skip to content

Commit

Permalink
build(deps): bump hybrid-array from 0.2.0-rc.10 to 0.2.0-rc.11
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.10 to 0.2.0-rc.11.
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.2.0-rc.10...v0.2.0-rc.11)

---
updated-dependencies:
- dependency-name: hybrid-array
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 66221b6 commit 6f6206b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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-buffer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
rust-version = "1.81"

[dependencies]
hybrid-array = "0.2.0-rc.10"
hybrid-array = "0.2.0-rc.11"
zeroize = { version = "1.4", optional = true, default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion block-padding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ categories = ["cryptography", "no-std"]
readme = "README.md"

[dependencies]
hybrid-array = "0.2.0-rc.10"
hybrid-array = "0.2.0-rc.11"
2 changes: 1 addition & 1 deletion dbl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ rust-version = "1.81"
readme = "README.md"

[dependencies]
hybrid-array = "0.2.0-rc.10"
hybrid-array = "0.2.0-rc.11"
2 changes: 1 addition & 1 deletion inout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"

[dependencies]
block-padding = { version = "0.4.0-rc.1", path = "../block-padding", optional = true }
hybrid-array = "0.2.0-rc.10"
hybrid-array = "0.2.0-rc.11"

[package.metadata.docs.rs]
all-features = true

0 comments on commit 6f6206b

Please sign in to comment.