mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Lock down rand_core 0.5.1 to specific features
This commit is contained in:
parent
1f5e1c5efa
commit
7d3186d92a
@ -3602,6 +3602,7 @@ dependencies = [
|
||||
"libz-sys",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"rand_core 0.5.1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"smallvec",
|
||||
|
@ -69,6 +69,7 @@ libc = { version = "0.2.79", features = ["align"] }
|
||||
libz-sys = { version = "1.1.2" }
|
||||
proc-macro2 = { version = "1", features = ["default"] }
|
||||
quote = { version = "1", features = ["default"] }
|
||||
rand_core_0_5 = { package = "rand_core", version = "0.5.1", features = ["getrandom", "alloc", "std"] }
|
||||
serde = { version = "1.0.82", features = ['derive'] }
|
||||
serde_json = { version = "1.0.31", features = ["raw_value", "unbounded_depth"] }
|
||||
smallvec = { version = "1.6.1", features = ['union', 'may_dangle'] }
|
||||
|
Loading…
Reference in New Issue
Block a user