Browse Source

Bump clap from 4.3.21 to 4.3.22 (#3225)

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.21 to 4.3.22.
- [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.21...v4.3.22)

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

@ -767,9 +767,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.3.21" version = "4.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" checksum = "b417ae4361bca3f5de378294fc7472d3c4ed86a5ef9f49e93ae722f432aae8d2"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -778,9 +778,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.3.21" version = "4.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" checksum = "9c90dc0f0e42c64bff177ca9d7be6fcc9ddb0f26a6e062174a61c84dd6c644d4"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

2
boa_cli/Cargo.toml

@ -19,7 +19,7 @@ boa_gc.workspace = true
boa_interner.workspace = true boa_interner.workspace = true
boa_runtime.workspace = true boa_runtime.workspace = true
rustyline = { version = "12.0.0", features = ["derive"]} rustyline = { version = "12.0.0", features = ["derive"]}
clap = { version = "4.3.21", features = ["derive"] } clap = { version = "4.3.22", features = ["derive"] }
serde_json = "1.0.105" serde_json = "1.0.105"
colored = "2.0.4" colored = "2.0.4"
regex = "1.9.3" regex = "1.9.3"

2
boa_tester/Cargo.toml

@ -14,7 +14,7 @@ rust-version.workspace = true
[dependencies] [dependencies]
boa_engine.workspace = true boa_engine.workspace = true
boa_gc.workspace = true boa_gc.workspace = true
clap = { version = "4.3.21", features = ["derive"] } clap = { version = "4.3.22", features = ["derive"] }
serde = { version = "1.0.183", features = ["derive"] } serde = { version = "1.0.183", features = ["derive"] }
serde_yaml = "0.9.25" serde_yaml = "0.9.25"
serde_json = "1.0.105" serde_json = "1.0.105"

Loading…
Cancel
Save