Skip to content

Commit 359e687

Browse files
dependabot[bot]Herschel
authored andcommitted
build(deps): bump clap from 3.1.6 to 3.1.8
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.1.8. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v3.1.6...v3.1.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1960fc5 commit 359e687

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.

desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default-run = "ruffle_desktop"
77
license = "MIT OR Apache-2.0"
88

99
[dependencies]
10-
clap = { version = "3.1.6", features = ["derive"] }
10+
clap = { version = "3.1.8", features = ["derive"] }
1111
cpal = "0.13.5"
1212
ruffle_core = { path = "../core" }
1313
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 = "2021"
66
license = "MIT OR Apache-2.0"
77

88
[dependencies]
9-
clap = { version = "3.1.6", features = ["derive"] }
9+
clap = { version = "3.1.8", 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
@@ -11,7 +11,7 @@ ruffle_core = { path = "../../core", default-features = false }
1111
ruffle_render_common_tess = { path = "../common_tess" }
1212
bytemuck = { version = "1.9.1", features = ["derive"] }
1313
raw-window-handle = "0.4"
14-
clap = { version = "3.1.6", features = ["derive"], optional = true }
14+
clap = { version = "3.1.8", features = ["derive"], optional = true }
1515
enum-map = "2.1.0"
1616

1717
# desktop

scanner/Cargo.toml

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

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

0 commit comments

Comments
 (0)