Skip to content

Commit 48db227

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump the cargo-minor group across 1 directory with 6 updates
Bumps the cargo-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.41` | | [rfd](https://github.com/PolyMeilex/rfd) | `0.15.3` | `0.15.4` | | [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.5` | `0.9.7` | | [enumset](https://github.com/Lymia/enumset) | `1.1.6` | `1.1.7` | | [zip](https://github.com/zip-rs/zip2) | `4.2.0` | `4.3.0` | | [vfs](https://github.com/manuel-woelker/rust-vfs) | `0.12.1` | `0.12.2` | Updates `clap` from 4.5.40 to 4.5.41 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.40...clap_complete-v4.5.41) Updates `rfd` from 0.15.3 to 0.15.4 - [Release notes](https://github.com/PolyMeilex/rfd/releases) - [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md) - [Commits](PolyMeilex/rfd@0.15.3...0.15.4) Updates `memmap2` from 0.9.5 to 0.9.7 - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/commits) Updates `enumset` from 1.1.6 to 1.1.7 - [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md) - [Commits](Lymia/enumset@v1.1.6...v1.1.7) Updates `zip` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v4.2.0...v4.3.0) Updates `vfs` from 0.12.1 to 0.12.2 - [Commits](manuel-woelker/rust-vfs@v0.12.1...v0.12.2) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: rfd dependency-version: 0.15.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: memmap2 dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: enumset dependency-version: 1.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: zip dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: vfs dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43ce817 commit 48db227

File tree

6 files changed

+33
-40
lines changed

6 files changed

+33
-40
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
5151
naga = { version = "25.0.1", features = ["wgsl-out"] }
5252
wgpu = "25.0.2"
5353
egui = { git = "https://github.com/emilk/egui.git", branch = "main" }
54-
clap = { version = "4.5.40", features = ["derive"] }
54+
clap = { version = "4.5.41", features = ["derive"] }
5555
cpal = "0.15.3"
5656
anyhow = "1.0"
5757
slotmap = "1.0.7"
@@ -76,8 +76,8 @@ wasm-bindgen = "=0.2.100"
7676
walkdir = "2.5.0"
7777
tokio = "1.46.1"
7878
# Switching from the `async-std` to the `tokio` runtime, which we depend on anyway.
79-
rfd = { version = "0.15.3", default-features = false, features = ["tokio", "xdg-portal"] }
80-
memmap2 = "0.9.5"
79+
rfd = { version = "0.15.4", default-features = false, features = ["tokio", "xdg-portal"] }
80+
memmap2 = "0.9.7"
8181

8282
[workspace.lints.rust]
8383
# Clippy nightly often adds new/buggy lints that we want to ignore.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ flash-lso = { git = "https://github.com/ruffle-rs/rust-flash-lso", rev = "998f47
4646
lzma-rs = {version = "0.3.0", optional = true }
4747
dasp = { version = "0.11.0", features = ["interpolate", "interpolate-linear", "signal"], optional = true }
4848
symphonia = { version = "0.5.4", default-features = false, optional = true }
49-
enumset = "1.1.6"
49+
enumset = "1.1.7"
5050
bytemuck = { workspace = true }
5151
clap = { workspace = true, optional=true }
5252
realfft = "3.5.0"

frontend-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ toml_edit = { version = "0.22.27", features = ["parse"] }
1818
url = { workspace = true }
1919
tracing = { workspace = true }
2020
thiserror = { workspace = true }
21-
zip = { version = "4.2.0", default-features = false, features = ["deflate"] }
21+
zip = { version = "4.3.0", default-features = false, features = ["deflate"] }
2222
urlencoding = "2.1.3"
2323
ruffle_core = { path = "../core", default-features = false }
2424
ruffle_render = { path = "../render", default-features = false }

tests/framework/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde = { workspace = true }
2727
toml = "0.8.23"
2828
anyhow = { workspace = true }
2929
async-channel = { workspace = true }
30-
vfs = "0.12.1"
30+
vfs = "0.12.2"
3131
percent-encoding = "2.3.1"
3232
cfg-expr = "0.20.1"
3333

web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ gloo-net = { version = "0.6.0", default-features = false, features = ["websocke
5858
rfd = { workspace = true, features = ["file-handle-inner"] }
5959
wasm-streams = "0.4.2"
6060
futures = { workspace = true }
61-
zip = { version = "4.2.0", default-features = false}
61+
zip = { version = "4.3.0", default-features = false}
6262

6363
[dependencies.ruffle_core]
6464
path = "../core"

0 commit comments

Comments
 (0)