diff --git a/cli/lib/Cargo.toml b/cli/lib/Cargo.toml index bcda57eb86..67caf6e944 100644 --- a/cli/lib/Cargo.toml +++ b/cli/lib/Cargo.toml @@ -28,7 +28,7 @@ node_resolver = { workspace = true, features = ["sync"] } parking_lot.workspace = true ring.workspace = true serde = { workspace = true, features = ["derive"] } -sys_traits.workspace = true +sys_traits = { workspace = true, features = ["getrandom"] } thiserror.workspace = true tokio.workspace = true url.workspace = true