Browse Source

Update num-bigint requirement from 0.3.1 to 0.4.0 in /boa (#1164)

pull/1168/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
89658817de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      boa/Cargo.toml

2
boa/Cargo.toml

@ -29,7 +29,7 @@ rand = "0.8.3"
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"

Loading…
Cancel
Save