From ed1f54249ae542d13e6439a0b563dbb82dc212b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 12:38:41 +0000 Subject: [PATCH] Bump num-traits from 0.2.12 to 0.2.14 (#922) --- Cargo.lock | 4 ++-- boa/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a8f3e3c0b..ae368ce05e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -713,9 +713,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.12" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" +checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" dependencies = [ "autocfg", ] diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 881108945f..1f43c825f6 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -20,7 +20,7 @@ console = [] gc = { version = "0.3.6", features = ["derive"] } serde_json = "1.0.59" rand = "0.7.3" -num-traits = "0.2.12" +num-traits = "0.2.14" regress = "0.2.0" rustc-hash = "1.1.0" num-bigint = { version = "0.3.0", features = ["serde"] }