Skip to content

Commit

Permalink
Fix zeroize versions
Browse files Browse the repository at this point in the history
  • Loading branch information
emc2 committed Aug 2, 2019
1 parent c4497b3 commit c150a87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cfb-mode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["cryptography", "no-std"]
[dependencies]
stream-cipher = "0.3"
block-cipher-trait = "0.6"
zeroize = { version = "0.8", optional = true }
zeroize = { version = "0.9", optional = true }

[dev-dependencies]
aes = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion cfb8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["cryptography", "no-std"]
[dependencies]
stream-cipher = "0.3"
block-cipher-trait = "0.6"
zeroize = { version = "0.8", optional = true }
zeroize = { version = "0.9", optional = true }

[dev-dependencies]
aes = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion ctr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["cryptography", "no-std"]
[dependencies]
stream-cipher = "0.3"
block-cipher-trait = "0.6"
zeroize = { version = "0.8", optional = true }
zeroize = { version = "0.9", optional = true }

[dev-dependencies]
aes = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion ofb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["cryptography", "no-std"]
[dependencies]
stream-cipher = "0.3"
block-cipher-trait = "0.6"
zeroize = { version = "0.8", optional = true }
zeroize = { version = "0.9", optional = true }

[dev-dependencies]
aes = "0.3"
Expand Down

0 comments on commit c150a87

Please sign in to comment.