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"