Browse Source

Bump rand from 0.8.2 to 0.8.3 (#1101)

pull/1084/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
2f3b926586
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]] [[package]]
name = "rand" name = "rand"
version = "0.8.2" version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e" checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
dependencies = [ dependencies = [
"libc", "libc",
"rand_chacha", "rand_chacha",

2
boa/Cargo.toml

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

Loading…
Cancel
Save