mirror of
https://github.com/denoland/deno.git
synced 2025-01-20 20:42:19 -05:00
fix: use 'getrandom' feature for 'sys_traits' crate
This commit is contained in:
parent
4ee86d8d12
commit
77218dfa2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue