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 Dec 5, 2023
1 parent aa6dc22 commit 40b92e6
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 27 deletions.
29 changes: 14 additions & 15 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version.workspace = true
[dependencies]
linkme = { version = "0.3", optional = true }
byteorder = "1.5"
bitstream-io = "1.8.0"
bitstream-io = "1.10.0"
flate2 = "1.0.28"
fnv = "1.0.7"
gc-arena = { package = "ruffle_gc_arena", path = "../ruffle_gc_arena" }
Expand Down Expand Up @@ -46,7 +46,7 @@ dasp = { version = "0.11.0", features = ["interpolate", "interpolate-linear", "s
symphonia = { version = "0.5.3", default-features = false, features = ["mp3"], optional = true }
enumset = "1.1.3"
bytemuck = "1.14.0"
clap = { version = "4.4.8", features = ["derive"], optional=true }
clap = { version = "4.4.11", features = ["derive"], optional=true }
realfft = "3.3.0"
hashbrown = { version = "0.14.3", features = ["raw"] }
scopeguard = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion core/build_playerglobal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ convert_case = "0.6.0"
proc-macro2 = "1.0.70"
quote = "1.0.33"
swf = { path = "../../swf" }
clap = {version = "4.4.8", features = ["derive"]}
clap = {version = "4.4.11", features = ["derive"]}
serde = {version = "1.0.193", features = ["derive"]}
serde-xml-rs = "0.6.0"
colored = "2.0.4"
Expand Down
6 changes: 3 additions & 3 deletions desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository.workspace = true
version.workspace = true

[dependencies]
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
cpal = "0.15.2"
egui = { workspace = true }
egui_extras = { version = "0.23.0", features = ["image"] }
Expand All @@ -33,13 +33,13 @@ rfd = "0.12.1"
anyhow = "1.0"
bytemuck = "1.14.0"
os_info = { version = "3", default-features = false }
unic-langid = "0.9.1"
unic-langid = "0.9.3"
sys-locale = "0.3.1"
wgpu = { workspace = true }
futures = "0.3.29"
chrono = { version = "0.4", default-features = false, features = [] }
fluent-templates = "0.8.0"
futures-lite = "2.0.1"
futures-lite = "2.1.0"
async-io = "2.2.1"
async-net = "2.0.0"
async-channel = "2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository.workspace = true
version.workspace = true

[dependencies]
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
futures = "0.3"
ruffle_core = { path = "../core", features = ["deterministic", "default_font"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
Expand Down
2 changes: 1 addition & 1 deletion render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0"
wasm-bindgen = { version = "=0.2.89", optional = true }
enum-map = "2.7.3"
serde = { version = "1.0.193", features = ["derive"] }
clap = { version = "4.4.8", features = ["derive"], optional = true }
clap = { version = "4.4.11", features = ["derive"], optional = true }
h263-rs-yuv = { git = "https://github.com/ruffle-rs/h263-rs", rev = "16700664e2b3334f0a930f99af86011aebee14cc"}
lru = "0.12.1"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion render/wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tracing = { workspace = true }
ruffle_render = { path = "..", features = ["tessellator", "wgpu"] }
bytemuck = { version = "1.14.0", features = ["derive"] }
raw-window-handle = "0.5.2"
clap = { version = "4.4.8", features = ["derive"], optional = true }
clap = { version = "4.4.11", features = ["derive"], optional = true }
enum-map = "2.7.3"
fnv = "1.0.7"
swf = { path = "../../swf" }
Expand Down
2 changes: 1 addition & 1 deletion scanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository.workspace = true
version.workspace = true

[dependencies]
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
ruffle_core = { path = "../core", features = ["deterministic"] }
log = "0.4"
walkdir = "2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion swf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true

[dependencies]
bitflags = "2.4.1"
bitstream-io = "1.8.0"
bitstream-io = "1.10.0"
byteorder = "1.5"
encoding_rs = "0.8.33"
num-derive = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion tests/mocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version.workspace = true

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
tracing = { workspace = true}
tracing-subscriber = { workspace = true }
ruffle_socket_format = { path = "../socket-format" }

0 comments on commit 40b92e6

Please sign in to comment.