Skip to content

Commit

Permalink
fix(deps): update rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and torokati44 committed Mar 2, 2024
1 parent 35d7211 commit c2179e8
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 26 deletions.
46 changes: 26 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/build_playerglobal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ serde = {version = "1.0.197", features = ["derive"]}
serde-xml-rs = "0.6.0"
colored = "2.1.0"
regex = "1.10.3"
walkdir = "2.4.0"
walkdir = "2.5.0"
2 changes: 1 addition & 1 deletion exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ruffle_core = { path = "../core", features = ["deterministic", "default_font"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
image = { version = "0.24.9", default-features = false, features = ["png"] }
log = "0.4"
walkdir = "2.4.0"
walkdir = "2.5.0"
indicatif = "0.17"
rayon = "1.9.0"
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ indexmap = "2.2.5"

# This crate has a `compile_error!` on apple platforms
[target.'cfg(not(target_vendor = "apple"))'.dependencies.renderdoc]
version = "0.11.0"
version = "0.12.1"
optional = true

[dependencies.jpeg-decoder]
Expand Down
2 changes: 1 addition & 1 deletion scanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
clap = { version = "4.5.1", features = ["derive"] }
ruffle_core = { path = "../core", features = ["deterministic"] }
log = "0.4"
walkdir = "2.4.0"
walkdir = "2.5.0"
serde = { version = "1.0", features = ["derive"] }
csv = "1.3"
indicatif = "0.17"
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ruffle_render_wgpu = { path = "../render/wgpu", optional = true }
ruffle_core = { path = "../core", features = ["deterministic", "timeline_debug", "avm_debug", "audio", "mp3", "default_font"] }
ruffle_test_framework = { path = "framework" }
libtest-mimic = "0.7.0"
walkdir = "2.4.0"
walkdir = "2.5.0"
anyhow = "1.0.80"
image = { version = "0.24.9", default-features = false, features = ["png"] }
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ chrono = { version = "0.4", default-features = false, features = ["wasmbind", "c
getrandom = { version = "0.2", features = ["js"] }
serde = { version = "1.0.197", features = ["derive"] }
thiserror = "1.0"
base64 = "0.21.7"
base64 = "0.22.0"
async-channel = "2.2.0"
futures-util = { version = "0.3.30", features = ["sink"] }
gloo-net = { version = "0.5.0", default-features = false, features = ["websocket"] }
Expand Down

0 comments on commit c2179e8

Please sign in to comment.