Skip to content

Commit 9303304

Browse files
dependabot[bot]relrelb
authored andcommitted
build(deps): bump clap from 4.0.18 to 4.0.22
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.18 to 4.0.22. - [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.18...v4.0.22) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c516fef commit 9303304

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/build_playerglobal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ convert_case = "0.6.0"
88
proc-macro2 = "1.0.47"
99
quote = "1.0.21"
1010
swf = { path = "../../swf" }
11-
clap = {version = "4.0.18", features = ["derive"]}
11+
clap = {version = "4.0.22", features = ["derive"]}
1212
serde = {version = "1.0.147", features = ["derive"]}
1313
serde-xml-rs = "0.6.0"
1414
colored = "2.0.0"

desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition.workspace = true
66
license = "MIT OR Apache-2.0"
77

88
[dependencies]
9-
clap = { version = "4.0.18", features = ["derive"] }
9+
clap = { version = "4.0.22", features = ["derive"] }
1010
cpal = "0.14.1"
1111
ruffle_core = { path = "../core", features = ["audio", "symphonia", "nellymoser"] }
1212
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }

exporter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition.workspace = true
66
license = "MIT OR Apache-2.0"
77

88
[dependencies]
9-
clap = { version = "4.0.18", features = ["derive"] }
9+
clap = { version = "4.0.22", features = ["derive"] }
1010
futures = "0.3"
1111
ruffle_core = { path = "../core", features = ["deterministic"] }
1212
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }

render/wgpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ log = "0.4"
1515
ruffle_render = { path = "..", features = ["tessellator"] }
1616
bytemuck = { version = "1.12.3", features = ["derive"] }
1717
raw-window-handle = "0.5"
18-
clap = { version = "4.0.18", features = ["derive"], optional = true }
18+
clap = { version = "4.0.22", features = ["derive"], optional = true }
1919
enum-map = "2.4.1"
2020
fnv = "1.0.7"
2121
swf = { path = "../../swf" }

scanner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition.workspace = true
66
license = "MIT OR Apache-2.0"
77

88
[dependencies]
9-
clap = { version = "4.0.18", features = ["derive"] }
9+
clap = { version = "4.0.22", features = ["derive"] }
1010
ruffle_core = { path = "../core", features = ["deterministic"] }
1111
log = "0.4"
1212
walkdir = "2.3.2"

0 commit comments

Comments
 (0)