1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00

fix: use 'getrandom' feature for 'sys_traits' crate

This commit is contained in:
Bartek Iwańczuk 2025-01-17 01:17:11 +01:00
parent 4ee86d8d12
commit 77218dfa2d
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -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