From 8de2e1c9a565688d6d9c1a6fd3e316a77a7e2970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 12:04:32 +0000 Subject: [PATCH] Bump num-integer from 0.1.43 to 0.1.44 (#923) --- Cargo.lock | 4 ++-- boa/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b93776d118..6a8f3e3c0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -703,9 +703,9 @@ dependencies = [ [[package]] name = "num-integer" -version = "0.1.43" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" +checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" dependencies = [ "autocfg", "num-traits", diff --git a/boa/Cargo.toml b/boa/Cargo.toml index ebc62ac621..881108945f 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -24,7 +24,7 @@ num-traits = "0.2.12" regress = "0.2.0" rustc-hash = "1.1.0" num-bigint = { version = "0.3.0", features = ["serde"] } -num-integer = "0.1.43" +num-integer = "0.1.44" bitflags = "1.2.1" indexmap = "1.6.0" ryu-js = "0.2.1"