Skip to content

Commit c150a87

Browse files
committed
Fix zeroize versions
1 parent c4497b3 commit c150a87

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cfb-mode/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["cryptography", "no-std"]
1212
[dependencies]
1313
stream-cipher = "0.3"
1414
block-cipher-trait = "0.6"
15-
zeroize = { version = "0.8", optional = true }
15+
zeroize = { version = "0.9", optional = true }
1616

1717
[dev-dependencies]
1818
aes = "0.3"

cfb8/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["cryptography", "no-std"]
1212
[dependencies]
1313
stream-cipher = "0.3"
1414
block-cipher-trait = "0.6"
15-
zeroize = { version = "0.8", optional = true }
15+
zeroize = { version = "0.9", optional = true }
1616

1717
[dev-dependencies]
1818
aes = "0.3"

ctr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["cryptography", "no-std"]
1212
[dependencies]
1313
stream-cipher = "0.3"
1414
block-cipher-trait = "0.6"
15-
zeroize = { version = "0.8", optional = true }
15+
zeroize = { version = "0.9", optional = true }
1616

1717
[dev-dependencies]
1818
aes = "0.3"

ofb/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["cryptography", "no-std"]
1212
[dependencies]
1313
stream-cipher = "0.3"
1414
block-cipher-trait = "0.6"
15-
zeroize = { version = "0.8", optional = true }
15+
zeroize = { version = "0.9", optional = true }
1616

1717
[dev-dependencies]
1818
aes = "0.3"

0 commit comments

Comments
 (0)