Skip to content

Commit

Permalink
Lock down rand_core 0.5.1 to specific features
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Apr 24, 2021
1 parent 1f5e1c5 commit 7d3186d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3602,6 +3602,7 @@ dependencies = [
"libz-sys",
"proc-macro2",
"quote",
"rand_core 0.5.1",
"serde",
"serde_json",
"smallvec",
Expand Down
1 change: 1 addition & 0 deletions src/tools/rustc-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'] }
Expand Down

0 comments on commit 7d3186d

Please sign in to comment.