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 Feb 19, 2024
1 parent 279cbc4 commit 6b89737
Show file tree
Hide file tree
Showing 16 changed files with 77 additions and 77 deletions.
88 changes: 44 additions & 44 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ naga = { version = "0.19.0", features = ["wgsl-out"] }
naga_oil = "0.13.0"
wgpu = "0.19.1"
egui = "0.26.2"
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "4.5.1", features = ["derive"] }
anyhow = "1.0"

[workspace.lints.rust]
Expand Down
10 changes: 5 additions & 5 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ flate2 = "1.0.28"
fnv = "1.0.7"
gc-arena = { package = "ruffle_gc_arena", path = "../ruffle_gc_arena" }
generational-arena = "0.2.9"
indexmap = "2.2.2"
indexmap = "2.2.3"
tracing = { workspace = true }
ruffle_render = { path = "../render", features = ["tessellator"] }
ruffle_video = { path = "../video" }
Expand Down Expand Up @@ -48,17 +48,17 @@ lzma-rs = {version = "0.3.0", optional = true }
dasp = { version = "0.11.0", features = ["interpolate", "interpolate-linear", "signal"], optional = true }
symphonia = { version = "0.5.3", default-features = false, features = ["mp3"], optional = true }
enumset = "1.1.3"
bytemuck = "1.14.1"
clap = { version = "4.4.18", features = ["derive"], optional=true }
bytemuck = "1.14.3"
clap = { version = "4.5.1", features = ["derive"], optional=true }
realfft = "3.3.0"
hashbrown = { version = "0.14.3", features = ["raw"] }
scopeguard = "1.2.0"
fluent-templates = "0.8.0"
egui = { workspace = true, optional = true }
egui_extras = { version = "0.26.2", optional = true }
png = { version = "0.17.11", optional = true }
png = { version = "0.17.13", optional = true }
flv-rs = { path = "../flv" }
async-channel = "2.1.1"
async-channel = "2.2.0"
jpegxr = { git = "https://github.com/ruffle-rs/jpegxr", branch = "ruffle", optional = true }
image = { version = "0.24.8", default-features = false, features = ["tiff", "dxt"] }
enum-map = "2.7.3"
Expand Down
Loading

0 comments on commit 6b89737

Please sign in to comment.