From f6ac657f28b00b5e81f778bcfb7c090662aba0a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 08:42:53 +0000 Subject: [PATCH] Bump num-bigint from 0.4.0 to 0.4.1 (#1538) --- Cargo.lock | 4 ++-- boa/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92cd1cdf5c..63a1fc5a1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -757,9 +757,9 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" [[package]] name = "num-bigint" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512" +checksum = "76e97c412795abf6c24ba30055a8f20642ea57ca12875220b854cfa501bf1e48" dependencies = [ "autocfg", "num-integer", diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 27792e5659..79ca9207ea 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -29,7 +29,7 @@ rand = "0.8.4" num-traits = "0.2.14" regress = "0.4.1" rustc-hash = "1.1.0" -num-bigint = { version = "0.4.0", features = ["serde"] } +num-bigint = { version = "0.4.1", features = ["serde"] } num-integer = "0.1.44" bitflags = "1.3.2" indexmap = "1.7.0"