Skip to content

Commit bfcb0d3

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump the cargo-minor group with 8 updates
Bumps the cargo-minor group with 8 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.34` | `4.5.35` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.0` | `1.1.1` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.1` | `1.44.2` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.8.0` | `2.9.0` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.14.0` | `1.15.0` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.37.3` | `0.37.4` | | [zip](https://github.com/zip-rs/zip2) | `2.5.0` | `2.6.1` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.7` | `0.11.8` | Updates `clap` from 4.5.34 to 4.5.35 - [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.34...clap_complete-v4.5.35) Updates `flate2` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.0...1.1.1) Updates `tokio` from 1.44.1 to 1.44.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.44.2) Updates `indexmap` from 2.8.0 to 2.9.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.8.0...2.9.0) Updates `smallvec` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.14.0...v1.15.0) Updates `quick-xml` from 0.37.3 to 0.37.4 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.37.3...v0.37.4) Updates `zip` from 2.5.0 to 2.6.1 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v2.5.0...v2.6.1) Updates `env_logger` from 0.11.7 to 0.11.8 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.7...v0.11.8) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: flate2 dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: indexmap dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: smallvec dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: quick-xml dependency-version: 0.37.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: zip dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: env_logger dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd02118 commit bfcb0d3

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

Cargo.lock

Lines changed: 20 additions & 20 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 = "24.0.0", features = ["wgsl-out"] }
5252
wgpu = "24.0.3"
5353
egui = "0.31.1"
54-
clap = { version = "4.5.34", features = ["derive"] }
54+
clap = { version = "4.5.35", features = ["derive"] }
5555
cpal = "0.15.3"
5656
anyhow = "1.0"
5757
slotmap = "1.0.7"
@@ -60,7 +60,7 @@ bitflags = "2.9.0"
6060
bytemuck = "1.22.0"
6161
chrono = { version = "0.4.40", default-features = false }
6262
enum-map = "2.7.3"
63-
flate2 = "1.1.0"
63+
flate2 = "1.1.1"
6464
futures = "0.3.31"
6565
image = { version = "0.25.6", default-features = false }
6666
js-sys = "0.3.77"
@@ -74,7 +74,7 @@ url = "2.5.2"
7474
# Make sure to match wasm-bindgen-cli version to this everywhere.
7575
wasm-bindgen = "=0.2.100"
7676
walkdir = "2.5.0"
77-
tokio = "1.44.1"
77+
tokio = "1.44.2"
7878
# Switching from the `async-std` to the `tokio` runtime, which we depend on anyway.
7979
rfd = { version = "0.15.2", default-features = false, features = ["tokio", "xdg-portal"] }
8080

core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ flate2 = { workspace = true }
1818
fnv = "1.0.7"
1919
gc-arena = { package = "ruffle_gc_arena", path = "../ruffle_gc_arena" }
2020
slotmap = { workspace = true }
21-
indexmap = "2.8.0"
21+
indexmap = "2.9.0"
2222
tracing = { workspace = true }
2323
ruffle_render = { path = "../render", features = ["tessellator"] }
2424
ruffle_video = { path = "../video" }
2525
ruffle_macros = { path = "macros" }
2626
ruffle_wstr = { path = "../wstr" }
2727
swf = { path = "../swf" }
2828
bitflags = { workspace = true }
29-
smallvec = { version = "1.14.0", features = ["union"] }
29+
smallvec = { version = "1.15.0", features = ["union"] }
3030
num-traits = { workspace = true }
3131
num-derive = { workspace = true }
32-
quick-xml = "0.37.3"
32+
quick-xml = "0.37.4"
3333
downcast-rs = "2.0.1"
3434
url = { workspace = true }
3535
weak-table = "0.3.2"

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.22", features = ["parse"] }
1818
url = { workspace = true }
1919
tracing = { workspace = true }
2020
thiserror = { workspace = true }
21-
zip = { version = "2.5.0", default-features = false, features = ["deflate"] }
21+
zip = { version = "2.6.1", 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 }

render/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tracing = { workspace = true }
1717
gif = "0.13.1"
1818
png = "0.17.16"
1919
flate2 = { workspace = true }
20-
smallvec = { version = "1.14.0", features = ["union"] }
20+
smallvec = { version = "1.15.0", features = ["union"] }
2121
downcast-rs = "2.0.1"
2222
lyon = { version = "1.0.1", optional = true }
2323
lyon_geom = "1.0.6"
@@ -31,7 +31,7 @@ num-traits = { workspace = true }
3131
num-derive = { workspace = true }
3232
byteorder = "1.5"
3333
wgpu = { workspace = true, optional = true }
34-
indexmap = "2.8.0"
34+
indexmap = "2.9.0"
3535

3636
# This crate has a `compile_error!` on apple platforms
3737
[target.'cfg(not(target_vendor = "apple"))'.dependencies.renderdoc]

render/wgpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ naga-pixelbender = { path = "../naga-pixelbender" }
2525
profiling = { version = "1.0", default-features = false, optional = true }
2626
lru = "0.13.0"
2727
naga = { workspace = true }
28-
indexmap = "2.8.0"
28+
indexmap = "2.9.0"
2929

3030
# desktop
3131
[target.'cfg(not(target_family = "wasm"))'.dependencies.futures]

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ walkdir = { workspace = true }
3434
anyhow = { workspace = true }
3535
image = { workspace = true, features = ["png"] }
3636
futures = { workspace = true }
37-
env_logger = "0.11.7"
37+
env_logger = "0.11.8"
3838
tracing = { workspace = true }
3939
tracing-subscriber = { workspace = true }
4040

web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ gloo-net = { version = "0.6.0", default-features = false, features = ["websocke
5959
rfd = { workspace = true, features = ["file-handle-inner"] }
6060
wasm-streams = "0.4.2"
6161
futures = { workspace = true }
62-
zip = { version = "2.5.0", default-features = false}
62+
zip = { version = "2.6.1", default-features = false}
6363

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

0 commit comments

Comments
 (0)