Skip to content

Commit

Permalink
Bump rand from 0.8.3 to 0.8.4 (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 16, 2021
1 parent 453fa8f commit 1dbc7fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion boa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ boa_unicode = { path = "../boa_unicode", version = "0.11.0" }
gc = { version = "0.4.1", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
rand = "0.8.3"
rand = "0.8.4"
num-traits = "0.2.14"
regress = "0.3.0"
rustc-hash = "1.1.0"
Expand Down

0 comments on commit 1dbc7fc

Please sign in to comment.