From 2f3b92658619e777bd70892c5123ab0e1a512e72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 12:16:01 +0000 Subject: [PATCH] Bump rand from 0.8.2 to 0.8.3 (#1101) --- Cargo.lock | 4 ++-- boa/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1587dac072..eaf7eaa363 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -892,9 +892,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e" +checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" dependencies = [ "libc", "rand_chacha", diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 4908d1cfa1..38c390447b 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -25,7 +25,7 @@ boa_unicode = { path = "../boa_unicode", version = "0.11.0" } gc = { version = "0.3.6", features = ["derive"] } serde = { version = "1.0.123", features = ["derive"] } serde_json = "1.0.61" -rand = "0.8.2" +rand = "0.8.3" num-traits = "0.2.14" regress = "0.2.0" rustc-hash = "1.1.0"