build(deps): bump clap from 4.0.29 to 4.0.32

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.29 to 4.0.32.
- [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.0.29...v4.0.32)

---
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-12-26 20:01:36 +00:00 committed by Adrian Wielgosik
parent 6dc628e49f
commit 664c67ea27
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -467,9 +467,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.29"
version = "4.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
dependencies = [
"bitflags",
"clap_derive",

View File

@ -12,7 +12,7 @@ convert_case = "0.6.0"
proc-macro2 = "1.0.49"
quote = "1.0.23"
swf = { path = "../../swf" }
clap = {version = "4.0.27", features = ["derive"]}
clap = {version = "4.0.32", features = ["derive"]}
serde = {version = "1.0.151", features = ["derive"]}
serde-xml-rs = "0.6.0"
colored = "2.0.0"

View File

@ -8,7 +8,7 @@ repository.workspace = true
version.workspace = true
[dependencies]
clap = { version = "4.0.27", features = ["derive"] }
clap = { version = "4.0.32", features = ["derive"] }
cpal = "0.14.2"
ruffle_core = { path = "../core", features = ["audio", "mp3", "nellymoser"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }

View File

@ -8,7 +8,7 @@ repository.workspace = true
version.workspace = true
[dependencies]
clap = { version = "4.0.27", features = ["derive"] }
clap = { version = "4.0.32", features = ["derive"] }
futures = "0.3"
ruffle_core = { path = "../core", features = ["deterministic"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }

View File

@ -13,7 +13,7 @@ log = "0.4"
ruffle_render = { path = "..", features = ["tessellator"] }
bytemuck = { version = "1.12.3", features = ["derive"] }
raw-window-handle = "0.5"
clap = { version = "4.0.27", features = ["derive"], optional = true }
clap = { version = "4.0.32", features = ["derive"], optional = true }
enum-map = "2.4.2"
fnv = "1.0.7"
swf = { path = "../../swf" }

View File

@ -8,7 +8,7 @@ repository.workspace = true
version.workspace = true
[dependencies]
clap = { version = "4.0.27", features = ["derive"] }
clap = { version = "4.0.32", features = ["derive"] }
ruffle_core = { path = "../core", features = ["deterministic"] }
log = "0.4"
walkdir = "2.3.2"