Browse Source

Bump clap from 4.3.5 to 4.3.8 (#3064)

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.5 to 4.3.8.
- [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.3.5...v4.3.8)

---
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/3067/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
796c5c7258
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

@ -387,7 +387,7 @@ dependencies = [
"boa_interner",
"boa_parser",
"boa_runtime",
"clap 4.3.5",
"clap 4.3.8",
"colored",
"jemallocator",
"phf",
@ -576,7 +576,7 @@ dependencies = [
"bitflags 2.3.2",
"boa_engine",
"boa_gc",
"clap 4.3.5",
"clap 4.3.8",
"color-eyre",
"colored",
"comfy-table",
@ -785,9 +785,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.5"
version = "4.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2686c4115cb0810d9a984776e197823d08ec94f176549a89a9efded477c456dc"
checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211"
dependencies = [
"clap_builder",
"clap_derive",
@ -796,9 +796,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.5"
version = "4.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e53afce1efce6ed1f633cf0e57612fe51db54a1ee4fd8f8503d078fe02d69ae"
checksum = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717"
dependencies = [
"anstream",
"anstyle",
@ -2024,7 +2024,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3533f2d19ca2842eec28f8ba60bc6cd0053a6215e97b19ffe74256cd347e5e0f"
dependencies = [
"cached-path",
"clap 4.3.5",
"clap 4.3.8",
"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.3.5", features = ["derive"] }
clap = { version = "4.3.8", features = ["derive"] }
serde_json = "1.0.97"
colored = "2.0.0"
regex = "1.8.4"

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.3.5", features = ["derive"] }
clap = { version = "4.3.8", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_yaml = "0.9.21"
serde_json = "1.0.97"

Loading…
Cancel
Save