Browse Source

Bump rand from 0.8.1 to 0.8.2 (#1070)

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

4
Cargo.lock generated

@ -892,9 +892,9 @@ dependencies = [
[[package]]
name = "rand"
version = "0.8.1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c24fcd450d3fa2b592732565aa4f17a27a61c65ece4726353e000939b0edee34"
checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e"
dependencies = [
"libc",
"rand_chacha",

2
boa/Cargo.toml

@ -25,7 +25,7 @@ boa_unicode = { path = "../boa_unicode" }
gc = { version = "0.3.6", features = ["derive"] }
serde = { version = "1.0.119", features = ["derive"] }
serde_json = "1.0.61"
rand = "0.8.1"
rand = "0.8.2"
num-traits = "0.2.14"
regress = "0.2.0"
rustc-hash = "1.1.0"

Loading…
Cancel
Save