Skip to content

Commit b11a525

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump the cargo-minor group with 7 updates
Bumps the cargo-minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.6.0` | `2.7.0` | | [ttf-parser](https://github.com/harfbuzz/ttf-parser) | `0.25.0` | `0.25.1` | | [syn](https://github.com/dtolnay/syn) | `2.0.89` | `2.0.90` | | [webbrowser](https://github.com/amodm/webbrowser-rs) | `1.0.2` | `1.0.3` | | [os_info](https://github.com/stanislav-tkach/os_info) | `3.8.2` | `3.9.0` | | [libloading](https://github.com/nagisa/rust_libloading) | `0.8.5` | `0.8.6` | Updates `tracing-subscriber` from 0.3.18 to 0.3.19 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) Updates `indexmap` from 2.6.0 to 2.7.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.6.0...2.7.0) Updates `ttf-parser` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/harfbuzz/ttf-parser/releases) - [Changelog](https://github.com/harfbuzz/ttf-parser/blob/main/CHANGELOG.md) - [Commits](harfbuzz/ttf-parser@v0.25.0...v0.25.1) Updates `syn` from 2.0.89 to 2.0.90 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.89...2.0.90) Updates `webbrowser` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/amodm/webbrowser-rs/releases) - [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md) - [Commits](amodm/webbrowser-rs@v1.0.2...v1.0.3) Updates `os_info` from 3.8.2 to 3.9.0 - [Release notes](https://github.com/stanislav-tkach/os_info/releases) - [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md) - [Commits](stanislav-tkach/os_info@v3.8.2...v3.9.0) Updates `libloading` from 0.8.5 to 0.8.6 - [Commits](nagisa/rust_libloading@0.8.5...0.8.6) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: ttf-parser dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: webbrowser dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: os_info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: libloading dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e4e5b8 commit b11a525

File tree

9 files changed

+23
-23
lines changed

9 files changed

+23
-23
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ version = "0.1.0"
4747

4848
[workspace.dependencies]
4949
tracing = "0.1.41"
50-
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
50+
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
5151
naga = { version = "23.0.0", features = ["wgsl-out"] }
5252
wgpu = "23.0.1"
5353
egui = { git = "https://github.com/emilk/egui.git", branch = "master" }

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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.6.0"
21+
indexmap = "2.7.0"
2222
tracing = { workspace = true }
2323
ruffle_render = { path = "../render", features = ["tessellator"] }
2424
ruffle_video = { path = "../video" }

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.89", features = ["extra-traits", "full"] }
18+
syn = { version = "2.0.90", features = ["extra-traits", "full"] }

desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tracing = { workspace = true }
2929
tracing-subscriber = { workspace = true }
3030
tracing-appender = "0.2.3"
3131
winit = "0.30.5"
32-
webbrowser = "1.0.2"
32+
webbrowser = "1.0.3"
3333
url = { workspace = true }
3434
dirs = "5.0"
3535
rfd = { workspace = true }

render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.6.0"
34+
indexmap = "2.7.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.12.5"
2727
naga = { workspace = true }
28-
indexmap = "2.6.0"
28+
indexmap = "2.7.0"
2929

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

video/external/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ruffle_video_software = { path = "../software" }
1717
thiserror = { workspace = true }
1818

1919
# Needed for OpenH264:
20-
libloading = { version = "0.8.5", optional = true }
20+
libloading = { version = "0.8.6", 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 }

web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
3535
slotmap = { workspace = true }
3636
js-sys = { workspace = true }
3737
tracing = { workspace = true, features = ["log"] }
38-
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["registry"] }
38+
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["registry"] }
3939
tracing-log = "0.2.0"
4040
tracing-wasm = "0.2.1"
4141
ruffle_render_canvas = { path = "../render/canvas", optional = true }

0 commit comments

Comments
 (0)