Skip to content

Commit

Permalink
build(deps): bump clap from 4.0.22 to 4.0.24
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.22 to 4.0.24.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.0.22...v4.0.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and relrelb committed Nov 15, 2022
1 parent 98aa601 commit b3debc9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/build_playerglobal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ convert_case = "0.6.0"
proc-macro2 = "1.0.47"
quote = "1.0.21"
swf = { path = "../../swf" }
clap = {version = "4.0.22", features = ["derive"]}
clap = {version = "4.0.24", features = ["derive"]}
serde = {version = "1.0.147", features = ["derive"]}
serde-xml-rs = "0.6.0"
colored = "2.0.0"
2 changes: 1 addition & 1 deletion desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition.workspace = true
license = "MIT OR Apache-2.0"

[dependencies]
clap = { version = "4.0.22", features = ["derive"] }
clap = { version = "4.0.24", features = ["derive"] }
cpal = "0.14.1"
ruffle_core = { path = "../core", features = ["audio", "symphonia", "nellymoser"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
Expand Down
2 changes: 1 addition & 1 deletion exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition.workspace = true
license = "MIT OR Apache-2.0"

[dependencies]
clap = { version = "4.0.22", features = ["derive"] }
clap = { version = "4.0.24", features = ["derive"] }
futures = "0.3"
ruffle_core = { path = "../core", features = ["deterministic"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
Expand Down
2 changes: 1 addition & 1 deletion render/wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.22", features = ["derive"], optional = true }
clap = { version = "4.0.24", features = ["derive"], optional = true }
enum-map = "2.4.1"
fnv = "1.0.7"
swf = { path = "../../swf" }
Expand Down
2 changes: 1 addition & 1 deletion scanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition.workspace = true
license = "MIT OR Apache-2.0"

[dependencies]
clap = { version = "4.0.22", features = ["derive"] }
clap = { version = "4.0.24", features = ["derive"] }
ruffle_core = { path = "../core", features = ["deterministic"] }
log = "0.4"
walkdir = "2.3.2"
Expand Down

0 comments on commit b3debc9

Please sign in to comment.