mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Remove ZeroizeString in favour of Zeroizing<String> (#6661)
* Remove ZeroizeString in favour of Zeroizing<String> * cargo fmt * remove unrelated line that slipped in * Update beacon_node/store/Cargo.toml thanks michael! Co-authored-by: Michael Sproul <micsproul@gmail.com> * Merge branch 'unstable' into remove-zeroizedstring
This commit is contained in:
@@ -73,6 +73,7 @@ eth2 = { workspace = true }
|
||||
beacon_processor = { workspace = true }
|
||||
beacon_node_fallback = { workspace = true }
|
||||
initialized_validators = { workspace = true }
|
||||
zeroize = { workspace = true }
|
||||
|
||||
|
||||
[[test]]
|
||||
|
||||
Reference in New Issue
Block a user