From 55b413396eeb46ccd9884c0daaad7213d2a95606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 08:06:17 +0000 Subject: [PATCH] Update num-bigint requirement from 0.3.1 to 0.4.0 in /boa Updates the requirements on [num-bigint](https://github.com/rust-num/num-bigint) to permit the latest version. - [Release notes](https://github.com/rust-num/num-bigint/releases) - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.3.1...num-bigint-0.4.0) Signed-off-by: dependabot[bot] --- boa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 3780f519380..67e77dbb287 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -29,7 +29,7 @@ rand = "0.8.2" num-traits = "0.2.14" regress = "0.2.0" rustc-hash = "1.1.0" -num-bigint = { version = "0.3.1", features = ["serde"] } +num-bigint = { version = "0.4.0", features = ["serde"] } num-integer = "0.1.44" bitflags = "1.2.1" indexmap = "1.6.1"