Skip to content

Commit a80c591

Browse files
committed
Fix version numbers for zeroize
1 parent 442b0b5 commit a80c591

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: 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 = "*", optional = true }
15+
zeroize = { version = "0.8", optional = true }
1616

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

Diff for: 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 = "*", optional = true }
15+
zeroize = { version = "0.8", optional = true }
1616

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

Diff for: 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 = "*", optional = true }
15+
zeroize = { version = "0.8", optional = true }
1616

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

Diff for: 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 = "*", optional = true }
15+
zeroize = { version = "0.8", optional = true }
1616

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

0 commit comments

Comments
 (0)