Browse Source

Bump clap from 4.3.3 to 4.3.4 (#3043)

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.3 to 4.3.4.
- [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.3...v4.3.4)

---
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/3045/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
5bc72c7747
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.3",
"clap 4.3.4",
"colored",
"jemallocator",
"phf",
@ -575,7 +575,7 @@ dependencies = [
"bitflags 2.3.2",
"boa_engine",
"boa_gc",
"clap 4.3.3",
"clap 4.3.4",
"color-eyre",
"colored",
"comfy-table",
@ -784,9 +784,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.3"
version = "4.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8f255e4b8027970e78db75e78831229c9815fdbfa67eb1a1b777a62e24b4a0"
checksum = "80672091db20273a15cf9fdd4e47ed43b5091ec9841bf4c6145c9dfbbcae09ed"
dependencies = [
"clap_builder",
"clap_derive",
@ -795,9 +795,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.3"
version = "4.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acd4f3c17c83b0ba34ffbc4f8bbd74f079413f747f84a6f89292f138057e36ab"
checksum = "c1458a1df40e1e2afebb7ab60ce55c1fa8f431146205aa5f4887e0b111c27636"
dependencies = [
"anstream",
"anstyle",
@ -2023,7 +2023,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3533f2d19ca2842eec28f8ba60bc6cd0053a6215e97b19ffe74256cd347e5e0f"
dependencies = [
"cached-path",
"clap 4.3.3",
"clap 4.3.4",
"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.3", features = ["derive"] }
clap = { version = "4.3.4", features = ["derive"] }
serde_json = "1.0.96"
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.3", features = ["derive"] }
clap = { version = "4.3.4", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_yaml = "0.9.21"
serde_json = "1.0.96"

Loading…
Cancel
Save