diff --git a/Cargo.lock b/Cargo.lock index 11521e6187..4893beab0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 11376f3055..6691bbb8a1 100644 --- a/boa/Cargo.toml +++ b/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"