chore: add std_rng to rand

This commit is contained in:
Ryan Leckey 2021-04-09 15:48:19 -07:00 committed by GitHub
parent 633a662752
commit 9e8e334697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ num-bigint = { version = "0.3.1", default-features = false, optional = true, fea
once_cell = "1.5.2"
percent-encoding = "2.1.0"
parking_lot = "0.11.0"
rand = { version = "0.8.3", default-features = false, optional = true, features = [ "std" ] }
rand = { version = "0.8.3", default-features = false, optional = true, features = [ "std", "std_rng" ] }
regex = { version = "1.3.9", optional = true }
rsa = { version = "0.4.0", optional = true }
rustls = { version = "0.19.0", features = [ "dangerous_configuration" ], optional = true }