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 13 updates #18404

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
145 changes: 77 additions & 68 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.72"
log = "0.4"
num-derive = "0.4.2"
num-traits = "0.2.19"
serde = "1.0.210"
serde = "1.0.213"
thiserror = "1.0"
url = "2.5.2"
# Make sure to match wasm-bindgen-cli version to this everywhere.
wasm-bindgen = "=0.2.95"
walkdir = "2.5.0"
tokio = "1.40.0"
tokio = "1.41.0"
rfd = "0.15.0"

[workspace.lints.rust]
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
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 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.88"
proc-macro2 = "1.0.89"
quote = "1.0.37"
swf = { path = "../../swf" }
clap = { workspace = true }
regex = "1.11.0"
regex = "1.11.1"
walkdir = { workspace = true }
2 changes: 1 addition & 1 deletion core/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ proc-macro = true

[dependencies]
quote = "1.0.37"
syn = { version = "2.0.82", features = ["extra-traits", "full"] }
syn = { version = "2.0.85", features = ["extra-traits", "full"] }
2 changes: 1 addition & 1 deletion render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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 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.0"
naga = { workspace = true, features = ["wgsl-out"] }
2 changes: 1 addition & 1 deletion swf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
bitflags = { workspace = true }
bitstream-io = "2.5.3"
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
2 changes: 1 addition & 1 deletion 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 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 web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async-channel = { workspace = true }
futures-util = { version = "0.3.30", features = ["sink"] }
gloo-net = { version = "0.6.0", default-features = false, features = ["websocket"] }
rfd = { workspace = true, features = ["file-handle-inner"] }
wasm-streams = "0.4.1"
wasm-streams = "0.4.2"
futures = { workspace = true }
zip = { version = "2.2.0", default-features = false}

Expand Down
Loading