Skip to content

Commit dad5e3b

Browse files
authored
block-buffer: pin to zeroize v1.8 (#1483)
Fixes the `minimal-versions` failure
1 parent 66cb272 commit dad5e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block-buffer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Buffer types for block processing of data"
1414

1515
[dependencies]
1616
hybrid-array = "0.4"
17-
zeroize = { version = "1.4", optional = true, default-features = false }
17+
zeroize = { version = "1.8", optional = true, default-features = false }
1818

1919
[dev-dependencies]
2020
hex-literal = "1"

0 commit comments

Comments
 (0)