build(deps): bump clap from 3.2.1 to 3.2.2

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.1 to 3.2.2.
- [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/clap_complete-v3.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-21 05:55:49 +00:00 committed by relrelb
parent 335ce09cb1
commit 06d9a96b4a
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View File

@ -407,9 +407,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.1"
version = "3.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a836566fa5f52f7ddf909a8a2f9029b9f78ca584cd95cf7e87f8073110f4c5c9"
checksum = "8e538f9ee5aa3b3963f09a997035f883677966ed50fce0292611927ce6f6d8c6"
dependencies = [
"atty",
"bitflags",
@ -424,9 +424,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "3.2.1"
version = "3.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "986fd75d1dfd2c34eb8c9275ae38ad87ea9478c9b79e87f1801f7d866dfb1e37"
checksum = "a7f98063cac4652f23ccda556b8d04347a7fc4b2cff1f7577cc8c6546e0d8078"
dependencies = [
"heck",
"proc-macro-error",

View File

@ -7,7 +7,7 @@ default-run = "ruffle_desktop"
license = "MIT OR Apache-2.0"
[dependencies]
clap = { version = "3.2.1", features = ["derive"] }
clap = { version = "3.2.2", features = ["derive"] }
cpal = "0.13.5"
ruffle_core = { path = "../core" }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
clap = { version = "3.2.1", features = ["derive"] }
clap = { version = "3.2.2", features = ["derive"] }
futures = "0.3"
ruffle_core = { path = "../core", features = ["deterministic"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }

View File

@ -11,7 +11,7 @@ ruffle_core = { path = "../../core", default-features = false }
ruffle_render_common_tess = { path = "../common_tess" }
bytemuck = { version = "1.9.1", features = ["derive"] }
raw-window-handle = "0.4"
clap = { version = "3.2.1", features = ["derive"], optional = true }
clap = { version = "3.2.2", features = ["derive"], optional = true }
enum-map = "2.4.0"
# desktop

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
clap = { version = "3.2.1", features = ["derive"] }
clap = { version = "3.2.2", features = ["derive"] }
ruffle_core = { path = "../core", features = ["deterministic"] }
log = "0.4"
walkdir = "2.3.2"