Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the cargo-minor group with 9 updates #19772

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
351 changes: 256 additions & 95 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ web-sys = "0.3.77"
log = "0.4"
num-derive = "0.4.2"
num-traits = "0.2.19"
serde = "1.0.218"
serde = "1.0.219"
thiserror = "2.0.12"
url = "2.5.2"
# Make sure to match wasm-bindgen-cli version to this everywhere.
wasm-bindgen = "=0.2.100"
walkdir = "2.5.0"
tokio = "1.43.0"
tokio = "1.44.0"
# Switching from the `async-std` to the `tokio` runtime, which we depend on anyway.
rfd = { version = "0.15.2", default-features = false, features = ["tokio", "xdg-portal"] }

Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ flate2 = { workspace = true }
fnv = "1.0.7"
gc-arena = { package = "ruffle_gc_arena", path = "../ruffle_gc_arena" }
slotmap = { workspace = true }
indexmap = "2.7.1"
indexmap = "2.8.0"
tracing = { workspace = true }
ruffle_render = { path = "../render", features = ["tessellator"] }
ruffle_video = { path = "../video" }
Expand Down Expand Up @@ -66,7 +66,7 @@ ttf-parser = "0.25"
num-bigint = "0.4"
unic-segment = "0.9.0"
id3 = "1.16.1"
either = "1.14.0"
either = "1.15.0"
chardetng = "0.1.17"
tracy-client = { version = "0.17.6", optional = true, default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion core/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.94"
quote = "1.0.39"
syn = { version = "2.0.99", features = ["extra-traits", "full"] }
syn = { version = "2.0.100", features = ["extra-traits", "full"] }
4 changes: 2 additions & 2 deletions desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true }
tracing-appender = "0.2.3"
winit = "0.30.8"
webbrowser = "1.0.3"
webbrowser = "1.0.4"
url = { workspace = true }
dirs = "6.0"
rfd = { workspace = true }
Expand All @@ -51,7 +51,7 @@ rand = "0.8.5"
thiserror.workspace = true

[target.'cfg(target_os = "linux")'.dependencies]
ashpd = "0.10.2"
ashpd = "0.11.0"

[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"
Expand Down
2 changes: 1 addition & 1 deletion render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ num-traits = { workspace = true }
num-derive = { workspace = true }
byteorder = "1.5"
wgpu = { workspace = true, optional = true }
indexmap = "2.7.1"
indexmap = "2.8.0"

# This crate has a `compile_error!` on apple platforms
[target.'cfg(not(target_vendor = "apple"))'.dependencies.renderdoc]
Expand Down
2 changes: 1 addition & 1 deletion render/wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ naga-pixelbender = { path = "../naga-pixelbender" }
profiling = { version = "1.0", default-features = false, optional = true }
lru = "0.13.0"
naga = { workspace = true }
indexmap = "2.7.1"
indexmap = "2.8.0"

# desktop
[target.'cfg(not(target_family = "wasm"))'.dependencies.futures]
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ walkdir = { workspace = true }
anyhow = { workspace = true }
image = { workspace = true, features = ["png"] }
futures = { workspace = true }
env_logger = "0.11.6"
env_logger = "0.11.7"
tracing = { workspace = true }
tracing-subscriber = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion video/external/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libloading = { version = "0.8.6", optional = true }
reqwest = { version = "0.12.12", default-features = false, features = ["blocking"], optional = true }
hex = { version = "0.4.3", optional = true }
bzip2 = { version = "0.5.2", features = ["static"], optional = true }
tempfile = { version = "3.15.0", optional = true }
tempfile = { version = "3.18.0", optional = true }
sha2 = { version = "0.10.8", optional = true }

[features]
Expand Down