Browse Source

Bump num-bigint from 0.4.3 to 0.4.4 (#3232)

Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.3 to 0.4.4.
- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.3...num-bigint-0.4.4)

---
updated-dependencies:
- dependency-name: num-bigint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3255/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
2b0f96333c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa_ast/Cargo.toml
  3. 2
      boa_engine/Cargo.toml
  4. 2
      boa_parser/Cargo.toml

4
Cargo.lock generated

@ -2677,9 +2677,9 @@ dependencies = [
[[package]]
name = "num-bigint"
version = "0.4.3"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
dependencies = [
"arbitrary",
"autocfg",

2
boa_ast/Cargo.toml

@ -19,7 +19,7 @@ boa_interner.workspace = true
boa_macros.workspace = true
rustc-hash = "1.1.0"
bitflags = "2.4.0"
num-bigint = "0.4.3"
num-bigint = "0.4.4"
serde = { version = "1.0.188", features = ["derive"], optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true }
indexmap = "2.0.0"

2
boa_engine/Cargo.toml

@ -59,7 +59,7 @@ rand = "0.8.5"
num-traits = "0.2.16"
regress = "0.7.1"
rustc-hash = "1.1.0"
num-bigint = { version = "0.4.3", features = ["serde"] }
num-bigint = { version = "0.4.4", features = ["serde"] }
num-integer = "0.1.45"
bitflags = "2.4.0"
indexmap = "2.0.0"

2
boa_parser/Cargo.toml

@ -20,7 +20,7 @@ rustc-hash = "1.1.0"
fast-float = "0.2.0"
num-traits = "0.2.16"
bitflags = "2.4.0"
num-bigint = "0.4.3"
num-bigint = "0.4.4"
regress = "0.7.1"
icu_properties = "1.2.0"
once_cell = "1.18.0"

Loading…
Cancel
Save