Skip to content

Commit 6d15138

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump the cargo-minor group across 1 directory with 11 updates
Bumps the cargo-minor group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.91` | `1.0.93` | | [image](https://github.com/image-rs/image) | `0.25.4` | `0.25.5` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.0` | `1.41.1` | | [bitstream-io](https://github.com/tuffy/bitstream-io) | `2.5.3` | `2.6.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.85` | `2.0.87` | | [sys-locale](https://github.com/1Password/sys-locale) | `0.3.1` | `0.3.2` | | [csv](https://github.com/BurntSushi/rust-csv) | `1.3.0` | `1.3.1` | | [async-io](https://github.com/smol-rs/async-io) | `2.3.4` | `2.4.0` | | [futures-lite](https://github.com/smol-rs/futures-lite) | `2.3.0` | `2.5.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` | | [insta](https://github.com/mitsuhiko/insta) | `1.41.0` | `1.41.1` | Updates `anyhow` from 1.0.91 to 1.0.93 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.91...1.0.93) Updates `image` from 0.25.4 to 0.25.5 - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](image-rs/image@v0.25.4...v0.25.5) Updates `tokio` from 1.41.0 to 1.41.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.0...tokio-1.41.1) Updates `bitstream-io` from 2.5.3 to 2.6.0 - [Commits](tuffy/bitstream-io@v2.5.3...v2.6.0) Updates `syn` from 2.0.85 to 2.0.87 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.85...2.0.87) Updates `sys-locale` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/1Password/sys-locale/releases) - [Changelog](https://github.com/1Password/sys-locale/blob/main/CHANGELOG.md) - [Commits](1Password/sys-locale@v0.3.1...v0.3.2) Updates `csv` from 1.3.0 to 1.3.1 - [Commits](BurntSushi/rust-csv@1.3.0...1.3.1) Updates `async-io` from 2.3.4 to 2.4.0 - [Release notes](https://github.com/smol-rs/async-io/releases) - [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-io@v2.3.4...v2.4.0) Updates `futures-lite` from 2.3.0 to 2.5.0 - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](smol-rs/futures-lite@v2.3.0...v2.5.0) Updates `tempfile` from 3.13.0 to 3.14.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.13.0...v3.14.0) Updates `insta` from 1.41.0 to 1.41.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.41.0...1.41.1) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: image dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: bitstream-io dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: sys-locale dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: async-io dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a176e1 commit 6d15138

File tree

9 files changed

+72
-72
lines changed

9 files changed

+72
-72
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ chrono = { version = "0.4.38", default-features = false }
6262
enum-map = "2.7.3"
6363
flate2 = "1.0.34"
6464
futures = "0.3.31"
65-
image = { version = "0.25.4", default-features = false }
65+
image = { version = "0.25.5", default-features = false }
6666
js-sys = "0.3.72"
6767
web-sys = "0.3.72"
6868
log = "0.4"
@@ -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.95"
7676
walkdir = "2.5.0"
77-
tokio = "1.41.0"
77+
tokio = "1.41.1"
7878
rfd = "0.15.0"
7979

8080
[workspace.lints.rust]

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
[dependencies]
1414
linkme = { version = "0.3", optional = true }
1515
byteorder = "1.5"
16-
bitstream-io = "2.5.3"
16+
bitstream-io = "2.6.0"
1717
flate2 = { workspace = true }
1818
fnv = "1.0.7"
1919
gc-arena = { package = "ruffle_gc_arena", path = "../ruffle_gc_arena" }

core/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ proc-macro = true
1515

1616
[dependencies]
1717
quote = "1.0.37"
18-
syn = { version = "2.0.85", features = ["extra-traits", "full"] }
18+
syn = { version = "2.0.87", features = ["extra-traits", "full"] }

desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ anyhow = { workspace = true }
3737
bytemuck = { workspace = true }
3838
os_info = { version = "3", default-features = false }
3939
unic-langid = "0.9.5"
40-
sys-locale = "0.3.1"
40+
sys-locale = "0.3.2"
4141
wgpu = { workspace = true }
4242
futures = { workspace = true }
4343
chrono = { workspace = true }

frontend-utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ ruffle_core = { path = "../core", default-features = false }
2424
ruffle_render = { path = "../render", default-features = false }
2525
async-channel = { workspace = true }
2626
slotmap = { workspace = true }
27-
async-io = "2.3.4"
28-
futures-lite = "2.3.0"
27+
async-io = "2.4.0"
28+
futures-lite = "2.5.0"
2929
reqwest = { version = "0.12.9", default-features = false, features = [
3030
"rustls-tls",
3131
"cookies",

render/naga-agal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ num-derive = { workspace = true }
1717
num-traits = { workspace = true }
1818

1919
[dev-dependencies]
20-
insta = "1.41.0"
20+
insta = "1.41.1"
2121
naga = { workspace = true, features = ["wgsl-out"] }

swf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313

1414
[dependencies]
1515
bitflags = { workspace = true }
16-
bitstream-io = "2.5.3"
16+
bitstream-io = "2.6.0"
1717
byteorder = "1.5"
1818
encoding_rs = "0.8.35"
1919
num-derive = { workspace = true }

video/external/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ libloading = { version = "0.8.5", optional = true }
2121
reqwest = { version = "0.12.9", default-features = false, features = ["blocking"], optional = true }
2222
hex = { version = "0.4.3", optional = true }
2323
bzip2 = { version = "0.4.4", features = ["static"], optional = true }
24-
tempfile = { version = "3.13.0", optional = true }
24+
tempfile = { version = "3.14.0", optional = true }
2525
sha2 = { version = "0.10.8", optional = true }
2626

2727
[features]

0 commit comments

Comments
 (0)