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 11, 2023
1 parent e196a54 commit 5f0be82
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 46 deletions.
81 changes: 40 additions & 41 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 @@ -15,6 +15,6 @@ swf = { path = "../../swf" }
clap = {version = "4.4.11", features = ["derive"]}
serde = {version = "1.0.193", features = ["derive"]}
serde-xml-rs = "0.6.0"
colored = "2.0.4"
colored = "2.1.0"
regex = "1.10.2"
walkdir = "2.4.0"
2 changes: 1 addition & 1 deletion core/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ proc-macro = true

[dependencies]
quote = "1.0.33"
syn = { version = "2.0.39", features = ["extra-traits", "full"] }
syn = { version = "2.0.40", features = ["extra-traits", "full"] }
2 changes: 1 addition & 1 deletion render/wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fnv = "1.0.7"
swf = { path = "../../swf" }
image = { version = "0.24.7", default-features = false }
naga_oil = { workspace = true }
ouroboros = "0.18.0"
ouroboros = "0.18.1"
typed-arena = "2.0.2"
naga-agal = { path = "../naga-agal" }
naga-pixelbender = { path = "../naga-pixelbender" }
Expand Down
4 changes: 2 additions & 2 deletions web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ ruffle_video_software = { path = "../video/software" }
url = "2.5.0"
wasm-bindgen = "=0.2.89"
wasm-bindgen-futures = "0.4.39"
serde-wasm-bindgen = "0.6.1"
serde-wasm-bindgen = "0.6.3"
chrono = { version = "0.4", default-features = false, features = ["wasmbind", "clock"] }
getrandom = { version = "0.2", features = ["js"] }
serde = { version = "1.0.193", features = ["derive"] }
thiserror = "1.0"
base64 = "0.21.5"
async-channel = "2.1.1"
futures-util = { version = "0.3.29", features = ["sink"] }
gloo-net = { version = "0.4.0", default-features = false, features = ["websocket"] }
gloo-net = { version = "0.5.0", default-features = false, features = ["websocket"] }
#TODO: change when fix released
rfd = { version = "0.12.1", features = ["file-handle-inner"] }

Expand Down

0 comments on commit 5f0be82

Please sign in to comment.