Browse Source

Update rand requirement from 0.7.3 to 0.8.0 in /boa (#992)

pull/990/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
23f0b75fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      boa/Cargo.toml

2
boa/Cargo.toml

@ -21,7 +21,7 @@ console = []
gc = { version = "0.3.6", features = ["derive"] }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
rand = "0.7.3"
rand = "0.8.0"
num-traits = "0.2.14"
regress = "0.2.0"
rustc-hash = "1.1.0"

Loading…
Cancel
Save