From 77218dfa2d770b8d325a4c1244242bbcdacd83be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 17 Jan 2025 01:17:11 +0100 Subject: [PATCH] fix: use 'getrandom' feature for 'sys_traits' crate --- cli/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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