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 across 1 directory with 45 updates #22

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
790 changes: 554 additions & 236 deletions Cargo.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,36 +46,36 @@ repository = "https://github.com/ruffle-rs/ruffle"
version = "0.1.0"

[workspace.dependencies]
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
naga = { version = "22.1.0", features = ["wgsl-out"] }
wgpu = "22.1.0"
egui = "0.29.1"
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
cpal = "0.15.3"
anyhow = "1.0"
slotmap = "1.0.7"
async-channel = "2.3.1"
bitflags = "2.6.0"
bytemuck = "1.19.0"
chrono = { version = "0.4.38", default-features = false }
bytemuck = "1.21.0"
chrono = { version = "0.4.39", default-features = false }
enum-map = "2.7.3"
flate2 = "1.0.34"
flate2 = "1.0.35"
futures = "0.3.31"
image = { version = "0.25.2", default-features = false }
image = { version = "0.25.5", default-features = false }
js-sys = "0.3.70"
web-sys = "0.3.70"
log = "0.4"
num-derive = "0.4.2"
num-traits = "0.2.19"
serde = "1.0.210"
serde = "1.0.216"
thiserror = "1.0"
url = "2.5.2"
url = "2.5.4"
# Make sure to match wasm-bindgen-cli version to this everywhere.
wasm-bindgen = "=0.2.93"
walkdir = "2.5.0"
tokio = "1.40.0"
rfd = "0.15.0"
tokio = "1.42.0"
rfd = "0.15.1"

[workspace.lints.rust]
# Clippy nightly often adds new/buggy lints that we want to ignore.
Expand Down
16 changes: 8 additions & 8 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ workspace = true
[dependencies]
linkme = { version = "0.3", optional = true }
byteorder = "1.5"
bitstream-io = "2.5.3"
bitstream-io = "2.6.0"
flate2 = { workspace = true }
fnv = "1.0.7"
gc-arena = { package = "ruffle_gc_arena", path = "../ruffle_gc_arena" }
slotmap = { workspace = true }
indexmap = "2.6.0"
indexmap = "2.7.0"
tracing = { workspace = true }
ruffle_render = { path = "../render", features = ["tessellator"] }
ruffle_video = { path = "../video" }
Expand All @@ -29,15 +29,15 @@ bitflags = { workspace = true }
smallvec = { version = "1.13.2", features = ["union"] }
num-traits = { workspace = true }
num-derive = { workspace = true }
quick-xml = "0.36.2"
quick-xml = "0.37.1"
downcast-rs = "1.2.1"
url = { workspace = true }
weak-table = "0.3.2"
percent-encoding = "2.3.1"
thiserror = { workspace = true }
chrono = { workspace = true, features = ["clock"] }
web-time = "1.1.0"
encoding_rs = "0.8.34"
encoding_rs = "0.8.35"
rand = { version = "0.8.5", features = ["std", "small_rng"], default-features = false }
serde = { workspace = true }
serde_json = { version = "1.0", features = ["preserve_order"] }
Expand All @@ -53,10 +53,10 @@ clap = { workspace = true, optional=true }
realfft = "3.4.0"
hashbrown = { version = "0.14.5", features = ["raw"] }
scopeguard = "1.2.0"
fluent-templates = "0.11.0"
fluent-templates = "0.12.0"
egui = { workspace = true, optional = true }
egui_extras = { version = "0.29.1", default-features = false, optional = true }
png = { version = "0.17.14", optional = true }
egui_extras = { version = "0.30.0", default-features = false, optional = true }
png = { version = "0.17.16", optional = true }
flv-rs = { path = "../flv" }
async-channel = { workspace = true }
jpegxr = { git = "https://github.com/ruffle-rs/jpegxr", rev = "71dbe614c02c30a2e9fd1e9e2e7c7a749abe2798", optional = true }
Expand All @@ -65,7 +65,7 @@ enum-map = { workspace = true }
ttf-parser = "0.25"
num-bigint = "0.4"
unic-segment = "0.9.0"
id3 = "1.14.0"
id3 = "1.16.0"
either = "1.13.0"
chardetng = "0.1.17"
tracy-client = { version = "0.17.1", optional = true, default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions core/build_playerglobal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ workspace = true

[dependencies]
convert_case = "0.6.0"
proc-macro2 = "1.0.87"
proc-macro2 = "1.0.92"
quote = "1.0.37"
swf = { path = "../../swf" }
clap = { workspace = true }
regex = "1.11.0"
regex = "1.11.1"
walkdir = { workspace = true }
14 changes: 7 additions & 7 deletions desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ workspace = true
clap = { workspace = true }
cpal = { workspace = true }
egui = { workspace = true }
egui_extras = { version = "0.29.1", default-features = false, features = ["image"] }
egui_extras = { version = "0.30.0", default-features = false, features = ["image"] }
egui-wgpu = { version = "0.29.1", features = ["winit"] }
image = { workspace = true, features = ["png"] }
egui-winit = "0.29.1"
egui-winit = "0.30.0"
fontdb = "0.23"
ruffle_core = { path = "../core", features = ["audio", "clap", "mp3", "nellymoser", "default_compatibility_rules", "egui"] }
ruffle_render = { path = "../render", features = ["clap"] }
Expand All @@ -28,20 +28,20 @@ ruffle_frontend_utils = { path = "../frontend-utils", features = ["cpal"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
tracing-appender = "0.2.3"
winit = "0.30.5"
webbrowser = "1.0.2"
winit = "0.30.7"
webbrowser = "1.0.3"
url = { workspace = true }
dirs = "5.0"
rfd = { workspace = true }
anyhow = { workspace = true }
bytemuck = { workspace = true }
os_info = { version = "3", default-features = false }
unic-langid = "0.9.5"
sys-locale = "0.3.1"
sys-locale = "0.3.2"
wgpu = { workspace = true }
futures = { workspace = true }
chrono = { workspace = true }
fluent-templates = "0.11.0"
fluent-templates = "0.12.0"
toml_edit = { version = "0.22.22", features = ["parse"] }
gilrs = "0.11"
tokio = { workspace = true, features = ["rt-multi-thread", "macros"]}
Expand All @@ -52,7 +52,7 @@ rand = "0.8.5"
thiserror.workspace = true

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

[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"
Expand Down
8 changes: 4 additions & 4 deletions frontend-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ toml_edit = { version = "0.22.22", features = ["parse"] }
url = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
zip = { version = "2.2.0", default-features = false, features = ["deflate"] }
zip = { version = "2.2.2", default-features = false, features = ["deflate"] }
urlencoding = "2.1.3"
ruffle_core = { path = "../core", default-features = false }
ruffle_render = { path = "../render", default-features = false }
async-channel = { workspace = true }
slotmap = { workspace = true }
async-io = "2.3.4"
futures-lite = "2.3.0"
reqwest = { version = "0.12.8", default-features = false, features = [
async-io = "2.4.0"
futures-lite = "2.5.0"
reqwest = { version = "0.12.9", default-features = false, features = [
"rustls-tls",
"cookies",
"charset",
Expand Down
6 changes: 3 additions & 3 deletions render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ ruffle_wstr = { path = "../wstr" }
swf = { path = "../swf"}
tracing = { workspace = true }
gif = "0.13.1"
png = "0.17.14"
png = "0.17.16"
flate2 = { workspace = true }
smallvec = { version = "1.13.2", features = ["union"] }
downcast-rs = "1.2.1"
lyon = { version = "1.0.1", optional = true }
lyon_geom = "1.0.5"
lyon_geom = "1.0.6"
thiserror = { workspace = true }
wasm-bindgen = { workspace = true, optional = true }
enum-map = { workspace = true }
Expand All @@ -31,7 +31,7 @@ num-traits = { workspace = true }
num-derive = { workspace = true }
byteorder = "1.5"
wgpu = { workspace = true, optional = true }
indexmap = "2.6.0"
indexmap = "2.7.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/naga-agal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ num-derive = { workspace = true }
num-traits = { workspace = true }

[dev-dependencies]
insta = "1.40.0"
insta = "1.41.1"
naga = { workspace = true, features = ["wgsl-out"] }
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.12.5"
naga = { workspace = true }
indexmap = "2.6.0"
indexmap = "2.7.0"

# desktop
[target.'cfg(not(target_family = "wasm"))'.dependencies.futures]
Expand Down
4 changes: 2 additions & 2 deletions swf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ workspace = true

[dependencies]
bitflags = { workspace = true }
bitstream-io = "2.5.3"
bitstream-io = "2.6.0"
byteorder = "1.5"
encoding_rs = "0.8.34"
encoding_rs = "0.8.35"
num-derive = { workspace = true }
num-traits = { workspace = true }
log = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lzma = ["ruffle_test_framework/lzma"]

[dependencies]
ruffle_render_wgpu = { path = "../render/wgpu", optional = true }
regex = "1.11.0"
regex = "1.11.1"

[dev-dependencies]
ruffle_core = { path = "../core", features = ["deterministic", "timeline_debug", "avm_debug", "audio", "mp3", "default_font", "test_only_as3"] }
Expand All @@ -34,7 +34,7 @@ walkdir = { workspace = true }
anyhow = { workspace = true }
image = { workspace = true, features = ["png"] }
futures = { workspace = true }
env_logger = "0.11.5"
env_logger = "0.11.6"
tracing = { workspace = true }
tracing-subscriber = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion tests/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ruffle_socket_format = { path = "../socket-format" }
ruffle_video_software = { path = "../../video/software", optional = true }
ruffle_video_external = { path = "../../video/external", features = ["openh264"], optional = true }
image = { workspace = true, features = ["png"] }
regex = "1.11.0"
regex = "1.11.1"
url = { workspace = true }
chrono = { workspace = true }
approx = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/input-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ workspace = true

[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_json = "1.0.128"
serde_json = "1.0.134"
bitflags = { workspace = true }
2 changes: 1 addition & 1 deletion tests/socket-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ workspace = true

[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_json = "1.0.128"
serde_json = "1.0.134"
8 changes: 4 additions & 4 deletions video/external/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ ruffle_video_software = { path = "../software" }
thiserror = { workspace = true }

# Needed for OpenH264:
libloading = { version = "0.8.5", optional = true }
reqwest = { version = "0.12.8", default-features = false, features = ["blocking"], optional = true }
libloading = { version = "0.8.6", optional = true }
reqwest = { version = "0.12.9", default-features = false, features = ["blocking"], optional = true }
hex = { version = "0.4.3", optional = true }
bzip2 = { version = "0.4.4", features = ["static"], optional = true }
tempfile = { version = "3.13.0", optional = true }
bzip2 = { version = "0.5.0", features = ["static"], optional = true }
tempfile = { version = "3.14.0", optional = true }
sha2 = { version = "0.10.8", optional = true }

[features]
Expand Down
4 changes: 2 additions & 2 deletions web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
slotmap = { workspace = true }
js-sys = { workspace = true }
tracing = { workspace = true, features = ["log"] }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["registry"] }
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["registry"] }
tracing-log = "0.2.0"
tracing-wasm = "0.2.1"
ruffle_render_canvas = { path = "../render/canvas", optional = true }
Expand All @@ -59,7 +59,7 @@ gloo-net = { version = "0.6.0", default-features = false, features = ["websocke
rfd = { workspace = true, features = ["file-handle-inner"] }
wasm-streams = "0.4.1"
futures = { workspace = true }
zip = { version = "2.2.0", default-features = false}
zip = { version = "2.2.2", default-features = false}

[dependencies.ruffle_core]
path = "../core"
Expand Down
Loading