build(deps): bump clap from 3.0.0-rc.8 to 3.0.1

Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-rc.8 to 3.0.1.
- [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.8...clap_complete-v3.0.1)

---
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-01-03 20:06:14 +00:00 committed by relrelb
parent 3010c505aa
commit 86d2e1ddba
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View File

@ -363,9 +363,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.0.0-rc.8" version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "484f17839417b695a6f4a75c20e49820ba0a1d00aa41ebd8ba0e5dfe0fbc3b74" checksum = "b1121e32687f7f90b905d4775273305baa4f32cd418923e9b0fa726533221857"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
@ -380,9 +380,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_derive" name = "clap_derive"
version = "3.0.0-rc.8" version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a86d4ec799f94ddc4a4a4edf652f89b360219905f86edcb8abe5974dfef135b8" checksum = "e1b9752c030a14235a0bd5ef3ad60a1dcac8468c30921327fc8af36b20c790b9"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro-error", "proc-macro-error",

View File

@ -7,7 +7,7 @@ default-run = "ruffle_desktop"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
[dependencies] [dependencies]
clap = "3.0.0-rc.8" clap = "3.0.1"
cpal = "0.13.4" cpal = "0.13.4"
ruffle_core = { path = "../core" } ruffle_core = { path = "../core" }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] } ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
[dependencies] [dependencies]
clap = "3.0.0-rc.8" clap = "3.0.1"
futures = "0.3" futures = "0.3"
ruffle_core = { path = "../core" } ruffle_core = { path = "../core" }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] } 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" } ruffle_render_common_tess = { path = "../common_tess" }
bytemuck = { version = "1.7.3", features = ["derive"] } bytemuck = { version = "1.7.3", features = ["derive"] }
raw-window-handle = "0.3.3" raw-window-handle = "0.3.3"
clap = { version = "3.0.0-rc.8", features = ["derive"], optional = true } clap = { version = "3.0.1", features = ["derive"], optional = true }
enum-map = "1.1.1" enum-map = "1.1.1"
# desktop # desktop

View File

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