Browse Source

Bump structopt from 0.3.21 to 0.3.22 (#1386)

pull/1387/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
88452aac75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.lock
  2. 2
      boa_cli/Cargo.toml
  3. 2
      boa_tester/Cargo.toml

8
Cargo.lock generated

@ -1259,9 +1259,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]] [[package]]
name = "structopt" name = "structopt"
version = "0.3.21" version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c" checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71"
dependencies = [ dependencies = [
"clap", "clap",
"lazy_static", "lazy_static",
@ -1270,9 +1270,9 @@ dependencies = [
[[package]] [[package]]
name = "structopt-derive" name = "structopt-derive"
version = "0.4.14" version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro-error", "proc-macro-error",

2
boa_cli/Cargo.toml

@ -15,7 +15,7 @@ default-run = "boa"
Boa = { path = "../boa", features = ["deser", "console"] } Boa = { path = "../boa", features = ["deser", "console"] }
rustyline = "8.2.0" rustyline = "8.2.0"
rustyline-derive = "0.4.0" rustyline-derive = "0.4.0"
structopt = "0.3.21" structopt = "0.3.22"
serde_json = "1.0.64" serde_json = "1.0.64"
colored = "2.0.0" colored = "2.0.0"
regex = "1.5.4" regex = "1.5.4"

2
boa_tester/Cargo.toml

@ -12,7 +12,7 @@ edition = "2018"
[dependencies] [dependencies]
Boa = { path = "../boa" } Boa = { path = "../boa" }
structopt = "0.3.21" structopt = "0.3.22"
serde = { version = "1.0.126", features = ["derive"] } serde = { version = "1.0.126", features = ["derive"] }
serde_yaml = "0.8.17" serde_yaml = "0.8.17"
serde_json = "1.0.64" serde_json = "1.0.64"

Loading…
Cancel
Save