Browse Source

Bump clap from 4.4.2 to 4.4.3 (#3275)

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.3.
- [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.4.2...v4.4.3)

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

4
Cargo.lock generated

@ -766,9 +766,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.4.2" version = "4.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",

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.4.2", features = ["derive"] } clap = { version = "4.4.3", features = ["derive"] }
serde_json = "1.0.106" serde_json = "1.0.106"
colored = "2.0.4" colored = "2.0.4"
regex = "1.9.5" regex = "1.9.5"

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.4.2", features = ["derive"] } clap = { version = "4.4.3", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] } serde = { version = "1.0.188", features = ["derive"] }
serde_yaml = "0.9.25" serde_yaml = "0.9.25"
serde_json = "1.0.106" serde_json = "1.0.106"

Loading…
Cancel
Save