build(deps): bump clap from 3.0.0-rc.5 to 3.0.0-rc.7

Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-rc.5 to 3.0.0-rc.7.
- [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_generate-v3.0.0-rc.5...clap_generate-v3.0.0-rc.7)

---
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] 2021-12-20 20:07:38 +00:00 committed by relrelb
parent b405870005
commit e369ca7a42
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View File

@ -363,9 +363,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.0.0-rc.5"
version = "3.0.0-rc.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d358d5dcd274692e60df775bd452f66341a49ab90cc6cc1084c4350a3f914d9"
checksum = "9468f8012246b0836c6fd11725102b0844254985f2462b6c637d50040ef49df0"
dependencies = [
"atty",
"bitflags",
@ -380,9 +380,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "3.0.0-rc.5"
version = "3.0.0-rc.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a0823802ec32930a7b22133dc3a8b7cf297297e8af413e59d2fbbf864c7bd63"
checksum = "b72e1af32a4de4d21a43d26de33fe69c00e895371bd8b1523d674f011b610467"
dependencies = [
"heck",
"proc-macro-error",

View File

@ -7,7 +7,7 @@ default-run = "ruffle_desktop"
license = "MIT OR Apache-2.0"
[dependencies]
clap = "3.0.0-rc.4"
clap = "3.0.0-rc.7"
cpal = "0.13.4"
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 = "3.0.0-rc.4"
clap = "3.0.0-rc.7"
futures = "0.3"
ruffle_core = { path = "../core" }
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.7.0", features = ["derive"] }
raw-window-handle = "0.3.3"
clap = { version = "3.0.0-rc.5", features = ["derive"], optional = true }
clap = { version = "3.0.0-rc.7", features = ["derive"], optional = true }
enum-map = "1.1.1"
# desktop

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
clap = "3.0.0-rc.4"
clap = "3.0.0-rc.7"
ruffle_core = { path = "../core" }
log = "0.4"
walkdir = "2.3.2"