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 Dinnerbone committed Aug 18, 2023
1 parent 47f4a77 commit 1f4bfcf
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 55 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version.workspace = true
linkme = { version = "0.3", optional = true }
byteorder = "1.4"
bitstream-io = "1.7.0"
flate2 = "1.0.26"
flate2 = "1.0.27"
fnv = "1.0.7"
gc-arena = { package = "ruffle_gc_arena", path = "../ruffle_gc_arena" }
generational-arena = "0.2.9"
Expand Down Expand Up @@ -46,14 +46,14 @@ dasp = { git = "https://github.com/RustAudio/dasp", rev = "f05a703", features =
symphonia = { version = "0.5.3", default-features = false, features = ["mp3"], optional = true }
enumset = "1.1.2"
bytemuck = "1.13.1"
clap = { version = "4.3.21", features = ["derive"], optional=true }
clap = { version = "4.3.22", features = ["derive"], optional=true }
realfft = "3.3.0"
hashbrown = { version = "0.14.0", features = ["raw"] }
scopeguard = "1.2.0"
fluent-templates = "0.8.0"
egui = { version = "0.22.0", optional = true }
egui_extras = { version = "0.22.0", optional = true }
png = { version = "0.17.9", optional = true }
png = { version = "0.17.10", optional = true }
flv-rs = { path = "../flv" }
async-channel = "1.9.0"

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 @@ -10,9 +10,9 @@ version.workspace = true
[dependencies]
convert_case = "0.6.0"
proc-macro2 = "1.0.66"
quote = "1.0.32"
quote = "1.0.33"
swf = { path = "../../swf" }
clap = {version = "4.3.21", features = ["derive"]}
clap = {version = "4.3.22", features = ["derive"]}
serde = {version = "1.0.183", features = ["derive"]}
serde-xml-rs = "0.6.0"
colored = "2.0.4"
Expand Down
4 changes: 2 additions & 2 deletions core/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ version.workspace = true
proc-macro = true

[dependencies]
quote = "1.0.32"
syn = { version = "2.0.28", features = ["extra-traits", "full"] }
quote = "1.0.33"
syn = { version = "2.0.29", features = ["extra-traits", "full"] }
4 changes: 2 additions & 2 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.3.21", features = ["derive"] }
clap = { version = "4.3.22", features = ["derive"] }
cpal = "0.15.2"
egui = "0.22.0"
egui-wgpu = { version = "0.22.0", features = ["winit"] }
Expand All @@ -22,7 +22,7 @@ tracing = { workspace = true}
tracing-subscriber = { workspace = true }
generational-arena = "0.2.9"
winit = "0.28.6"
webbrowser = "0.8.10"
webbrowser = "0.8.11"
url = "2.4.0"
arboard = "3.2.0"
dirs = "5.0"
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.3.21", features = ["derive"] }
clap = { version = "4.3.22", features = ["derive"] }
futures = "0.3"
ruffle_core = { path = "../core", features = ["deterministic"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
Expand Down
6 changes: 3 additions & 3 deletions render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ ruffle_wstr = { path = "../wstr" }
swf = { path = "../swf"}
tracing = { workspace = true }
gif = "0.12.0"
png = { version = "0.17.9" }
flate2 = "1.0.26"
png = { version = "0.17.10" }
flate2 = "1.0.27"
smallvec = { version = "1.11.0", features = ["union"] }
downcast-rs = "1.2.0"
lyon = { version = "1.0.1", optional = true }
thiserror = "1.0"
wasm-bindgen = { version = "=0.2.87", optional = true }
enum-map = "2.6.1"
serde = { version = "1.0.183", features = ["derive"] }
clap = { version = "4.3.21", features = ["derive"], optional = true }
clap = { version = "4.3.22", features = ["derive"], optional = true }
h263-rs-yuv = { git = "https://github.com/ruffle-rs/h263-rs", rev = "128cdbd85455d19783c88927bb535e8a26fe5220"}
lru = "0.11.0"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion render/naga-pixelbender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ version.workspace = true
ruffle_render = { path = "../" }
naga = { workspace = true }
naga_oil = { workspace = true }
anyhow = "1.0.72"
anyhow = "1.0.75"
bitflags = "2.4.0"

Loading

0 comments on commit 1f4bfcf

Please sign in to comment.