Browse Source

Update regress requirement from 0.3.0 to 0.4.1 in /boa (#1395)

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

2
boa/Cargo.toml

@ -27,7 +27,7 @@ serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
rand = "0.8.4"
num-traits = "0.2.14"
regress = "0.3.0"
regress = "0.4.1"
rustc-hash = "1.1.0"
num-bigint = { version = "0.4.0", features = ["serde"] }
num-integer = "0.1.44"

Loading…
Cancel
Save