Skip to content

Commit adfccfe

Browse files
authored
Bump hybrid-array to v0.4 (#1208)
NOTE: when cutting releases the `inout` dependency on `block-padding` should also be bumped
1 parent 3f4220b commit adfccfe

File tree

5 files changed

+21
-12
lines changed

5 files changed

+21
-12
lines changed

Cargo.lock

Lines changed: 16 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

block-buffer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2024"
1313
rust-version = "1.85"
1414

1515
[dependencies]
16-
hybrid-array = "0.3"
16+
hybrid-array = "0.4"
1717
zeroize = { version = "1.4", optional = true, default-features = false }
1818

1919
[dev-dependencies]

block-padding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ categories = ["cryptography", "no-std"]
1313
readme = "README.md"
1414

1515
[dependencies]
16-
hybrid-array = "0.3"
16+
hybrid-array = "0.4"

dbl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dbl"
3-
version = "0.4.0"
3+
version = "0.5.0-pre"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
documentation = "https://docs.rs/dbl"
@@ -13,4 +13,4 @@ description = """Double operation in Galois Field `GF(2^128)` using the lexicogr
1313
polynomial among the irreducible degree `n` polynomials having a minimum number of coefficients."""
1414

1515
[dependencies]
16-
hybrid-array = "0.3"
16+
hybrid-array = "0.4"

inout/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-rc.3", path = "../block-padding", optional = true }
16-
hybrid-array = "0.3"
16+
hybrid-array = "0.4"
1717

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

0 commit comments

Comments
 (0)