Browse Source

Bump clap from 4.2.5 to 4.2.7 (#2896)

Bumps [clap](https://github.com/clap-rs/clap) from 4.2.5 to 4.2.7.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.2.5...v4.2.7)

---
updated-dependencies:
- dependency-name: clap
  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/2897/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
c0daf11141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      Cargo.lock
  2. 2
      boa_cli/Cargo.toml
  3. 2
      boa_tester/Cargo.toml

14
Cargo.lock generated

@ -380,7 +380,7 @@ dependencies = [
"boa_interner",
"boa_parser",
"boa_runtime",
"clap 4.2.5",
"clap 4.2.7",
"colored",
"jemallocator",
"phf",
@ -567,7 +567,7 @@ dependencies = [
"bitflags 2.2.1",
"boa_engine",
"boa_gc",
"clap 4.2.5",
"clap 4.2.7",
"color-eyre",
"colored",
"comfy-table",
@ -775,9 +775,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.2.5"
version = "4.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819"
checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938"
dependencies = [
"clap_builder",
"clap_derive",
@ -786,9 +786,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.2.5"
version = "4.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab"
checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd"
dependencies = [
"anstream",
"anstyle",
@ -1998,7 +1998,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3533f2d19ca2842eec28f8ba60bc6cd0053a6215e97b19ffe74256cd347e5e0f"
dependencies = [
"cached-path",
"clap 4.2.5",
"clap 4.2.7",
"crlify",
"databake",
"displaydoc",

2
boa_cli/Cargo.toml

@ -19,7 +19,7 @@ boa_gc.workspace = true
boa_interner.workspace = true
boa_runtime.workspace = true
rustyline = { version = "11.0.0", features = ["derive"]}
clap = { version = "4.2.5", features = ["derive"] }
clap = { version = "4.2.7", features = ["derive"] }
serde_json = "1.0.96"
colored = "2.0.0"
regex = "1.8.0"

2
boa_tester/Cargo.toml

@ -14,7 +14,7 @@ rust-version.workspace = true
[dependencies]
boa_engine.workspace = true
boa_gc.workspace = true
clap = { version = "4.2.5", features = ["derive"] }
clap = { version = "4.2.7", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_yaml = "0.9.21"
serde_json = "1.0.96"

Loading…
Cancel
Save