Skip to content

Commit

Permalink
Add derive feature to Zeroize in crypto/ciphersuite
Browse files Browse the repository at this point in the history
It was missing.
  • Loading branch information
kayabaNerve committed Dec 23, 2023
1 parent b493e3e commit 2b23252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/ciphersuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ std-shims = { path = "../../common/std-shims", version = "^0.1.1", default-featu

rand_core = { version = "0.6", default-features = false }

zeroize = { version = "^1.5", default-features = false }
zeroize = { version = "^1.5", default-features = false, features = ["derive"] }
subtle = { version = "^2.4", default-features = false }

digest = { version = "0.10", default-features = false }
Expand Down

0 comments on commit 2b23252

Please sign in to comment.