From bd04326d2f049648cea18bb9cbd2107db7bd024a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 12:37:33 +0000 Subject: [PATCH] Bump clap from 3.2.17 to 3.2.19 (#2258) Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 3.2.19.
Release notes

Sourced from clap's releases.

v3.2.19

[3.2.19] - 2022-08-30

Fixes

v3.2.18

[3.2.18] - 2022-08-29

Fixes

Changelog

Sourced from clap's changelog.

[3.2.19] - 2022-08-30

Fixes

[3.2.18] - 2022-08-29

Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=3.2.17&new-version=3.2.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- Cargo.lock | 12 ++++++------ boa_cli/Cargo.toml | 2 +- boa_tester/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c30ceb8bee..b6f6a4c093 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,7 +55,7 @@ version = "0.15.0" dependencies = [ "boa_engine", "boa_interner", - "clap 3.2.17", + "clap 3.2.19", "colored", "jemallocator", "phf", @@ -147,7 +147,7 @@ dependencies = [ "boa_engine", "boa_gc", "boa_interner", - "clap 3.2.17", + "clap 3.2.19", "colored", "fxhash", "gc", @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.17" +version = "3.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b" +checksum = "68d43934757334b5c0519ff882e1ab9647ac0258b47c24c4f490d78e42697fd5" dependencies = [ "atty", "bitflags", @@ -265,9 +265,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.2.17" +version = "3.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13547f7012c01ab4a0e8f8967730ada8f9fdf419e8b6c792788f39cf4e46eefa" +checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" dependencies = [ "heck", "proc-macro-error", diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index a333908be7..78a54a53b8 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -16,7 +16,7 @@ boa_engine = { path = "../boa_engine", features = ["deser", "console"], version boa_interner = { path = "../boa_interner", version = "0.15.0" } rustyline = "10.0.0" rustyline-derive = "0.7.0" -clap = { version = "3.2.17", features = ["derive"] } +clap = { version = "3.2.19", features = ["derive"] } serde_json = "1.0.85" colored = "2.0.0" regex = "1.6.0" diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index e802347e29..b0c3d82649 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -15,7 +15,7 @@ publish = false boa_engine = { path = "../boa_engine", features = ["intl"], version = "0.15.0" } boa_interner = { path = "../boa_interner", version = "0.15.0" } boa_gc = { path = "../boa_gc", version = "0.15.0" } -clap = { version = "3.2.17", features = ["derive"] } +clap = { version = "3.2.19", features = ["derive"] } serde = { version = "1.0.144", features = ["derive"] } serde_yaml = "0.9.10" serde_json = "1.0.85"