Browse Source

Bump clap from 4.3.8 to 4.3.10 (#3091)

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

---
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/3096/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
fbba5e4d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      Cargo.lock
  2. 2
      boa_cli/Cargo.toml
  3. 2
      boa_tester/Cargo.toml

15
Cargo.lock generated

@ -398,7 +398,7 @@ dependencies = [
"boa_interner",
"boa_parser",
"boa_runtime",
"clap 4.3.8",
"clap 4.3.10",
"colored",
"jemallocator",
"phf",
@ -587,7 +587,7 @@ dependencies = [
"bitflags 2.3.3",
"boa_engine",
"boa_gc",
"clap 4.3.8",
"clap 4.3.10",
"color-eyre",
"colored",
"comfy-table",
@ -784,9 +784,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.8"
version = "4.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211"
checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a"
dependencies = [
"clap_builder",
"clap_derive",
@ -795,13 +795,12 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.8"
version = "4.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717"
checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d"
dependencies = [
"anstream",
"anstyle",
"bitflags 1.3.2",
"clap_lex 0.5.0",
"strsim",
]
@ -1968,7 +1967,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3533f2d19ca2842eec28f8ba60bc6cd0053a6215e97b19ffe74256cd347e5e0f"
dependencies = [
"cached-path",
"clap 4.3.8",
"clap 4.3.10",
"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 = "12.0.0", features = ["derive"]}
clap = { version = "4.3.8", features = ["derive"] }
clap = { version = "4.3.10", features = ["derive"] }
serde_json = "1.0.99"
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.8", features = ["derive"] }
clap = { version = "4.3.10", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_yaml = "0.9.22"
serde_json = "1.0.99"

Loading…
Cancel
Save