mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
chore: add std_rng to rand
This commit is contained in:
parent
633a662752
commit
9e8e334697
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user