Skip to content

Commit 3bd8004

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff916e0 commit 3bd8004

File tree

4 files changed

+18
-40
lines changed

4 files changed

+18
-40
lines changed

Cargo.lock

Lines changed: 15 additions & 37 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
@@ -50,7 +50,7 @@ version = "0.1.0"
5050

5151
[workspace.dependencies]
5252
tracing = "0.1.41"
53-
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
53+
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
5454
naga = { version = "25.0.1", features = ["wgsl-out"] }
5555
wgpu = "25.0.2"
5656
egui = { git = "https://github.com/emilk/egui.git", branch = "main" }

desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ memmap2.workspace = true
5858
ashpd = "0.11.0"
5959

6060
[target.'cfg(windows)'.dependencies]
61-
winapi = "0.3.9"
61+
winapi = { version = "0.3.9", features = ["wincon"] }
6262

6363
[build-dependencies]
6464
embed-resource = "3"

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.19", default-features = false, features = ["registry"] }
38+
tracing-subscriber = { version = "0.3.20", default-features = false, features = ["registry"] }
3939
tracing-log = "0.2.0"
4040
tracing-wasm = { workspace = true }
4141
ruffle_render_canvas = { path = "../render/canvas", optional = true }

0 commit comments

Comments
 (0)