Browse Source

Bump num-bigint from 0.3.0 to 0.3.1 (#928)

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

4
Cargo.lock generated

@ -681,9 +681,9 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "num-bigint"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7f3fc75e3697059fb1bc465e3d8cca6cf92f56854f201158b3f9c77d5a3cfa0"
checksum = "5e9a41747ae4633fce5adffb4d2e81ffc5e89593cb19917f8fb2cc5ff76507bf"
dependencies = [
"autocfg",
"num-integer",

2
boa/Cargo.toml

@ -23,7 +23,7 @@ rand = "0.7.3"
num-traits = "0.2.14"
regress = "0.2.0"
rustc-hash = "1.1.0"
num-bigint = { version = "0.3.0", features = ["serde"] }
num-bigint = { version = "0.3.1", features = ["serde"] }
num-integer = "0.1.44"
bitflags = "1.2.1"
indexmap = "1.6.0"

Loading…
Cancel
Save