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 Feb 7, 2023
1 parent 25cc6f3 commit 4831607
Show file tree
Hide file tree
Showing 11 changed files with 227 additions and 391 deletions.
578 changes: 207 additions & 371 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ percent-encoding = "2.2.0"
thiserror = "1.0"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
instant = "0.1"
encoding_rs = "0.8.31"
encoding_rs = "0.8.32"
rand = { version = "0.8.5", features = ["std", "small_rng"], default-features = false }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
Expand All @@ -54,7 +54,7 @@ clap = { version = "4.1.4", features = ["derive"], optional=true }
version = "0.3.26"

[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen-futures]
version = "0.4.33"
version = "0.4.34"

[features]
default = []
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 @@ -9,7 +9,7 @@ version.workspace = true

[dependencies]
convert_case = "0.6.0"
proc-macro2 = "1.0.50"
proc-macro2 = "1.0.51"
quote = "1.0.23"
swf = { path = "../../swf" }
clap = {version = "4.1.4", features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ruffle_video_software = { path = "../video/software", optional = true }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
generational-arena = "0.2.8"
tracing = "0.1.37"
winit = "0.27.5"
winit = "0.28.1"
webbrowser = "0.8.7"
url = "2.3.1"
arboard = "3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ smallvec = { version = "1.10.0", features = ["union"] }
downcast-rs = "1.2.0"
lyon = { version = "1.0.1", optional = true }
thiserror = "1.0"
wasm-bindgen = { version = "=0.2.83", optional = true }
wasm-bindgen = { version = "=0.2.84", optional = true }
gc-arena = { workspace = true }
enum-map = "2.4.2"
serde = "1.0.152"
Expand Down
6 changes: 3 additions & 3 deletions render/canvas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ repository.workspace = true
version.workspace = true

[dependencies]
js-sys = "0.3.60"
js-sys = "0.3.61"
log = "0.4"
ruffle_web_common = { path = "../../web/common" }
wasm-bindgen = "=0.2.83"
wasm-bindgen = "=0.2.84"
fnv = "1.0.7"
ruffle_render = { path = "..", features = ["web"] }
gc-arena = { workspace = true }
swf = { path = "../../swf" }
downcast-rs = "1.2.0"

[dependencies.web-sys]
version = "0.3.60"
version = "0.3.61"
features = [
"CanvasGradient", "CanvasPattern", "CanvasRenderingContext2d", "CanvasWindingRule", "CssStyleDeclaration",
"Document", "DomMatrix", "Element", "HtmlCanvasElement", "ImageData", "Navigator", "Path2d", "SvgMatrix",
Expand Down
6 changes: 3 additions & 3 deletions render/webgl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ repository.workspace = true
version.workspace = true

[dependencies]
js-sys = "0.3.60"
js-sys = "0.3.61"
log = "0.4"
ruffle_web_common = { path = "../../web/common" }
ruffle_render = { path = "..", features = ["tessellator", "web"] }
wasm-bindgen = "=0.2.83"
wasm-bindgen = "=0.2.84"
bytemuck = { version = "1.13.0", features = ["derive"] }
gc-arena = { workspace = true }
fnv = "1.0.7"
Expand All @@ -21,7 +21,7 @@ thiserror = "1.0"
downcast-rs = "1.2.0"

[dependencies.web-sys]
version = "0.3.60"
version = "0.3.61"
features = [
"HtmlCanvasElement", "OesVertexArrayObject", "WebGl2RenderingContext", "WebGlBuffer", "WebglDebugRendererInfo",
"WebGlFramebuffer", "WebGlProgram", "WebGlRenderbuffer", "WebGlRenderingContext", "WebGlShader", "WebGlTexture",
Expand Down
2 changes: 1 addition & 1 deletion render/wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version = "0.3.26"

# wasm
[target.'cfg(target_family = "wasm")'.dependencies.web-sys]
version = "0.3.60"
version = "0.3.61"
features = ["HtmlCanvasElement"]

[features]
Expand Down
2 changes: 1 addition & 1 deletion swf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository.workspace = true
bitflags = "1.3.2"
bitstream-io = "1.6.0"
byteorder = "1.4"
encoding_rs = "0.8.31"
encoding_rs = "0.8.32"
num-derive = "0.3"
num-traits = "0.2"
libflate = {version = "1.2", optional = true}
Expand Down
8 changes: 4 additions & 4 deletions web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wgpu-webgl = ["ruffle_render_wgpu", "ruffle_render_wgpu/webgl"]
[dependencies]
console_error_panic_hook = { version = "0.1.7", optional = true }
generational-arena = "0.2.8"
js-sys = "0.3.60"
js-sys = "0.3.61"
tracing = { version = "0.1.37", features = ["log"] }
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["registry"] }
tracing-wasm = "0.2.1"
Expand All @@ -39,8 +39,8 @@ ruffle_render_webgl = { path = "../render/webgl", optional = true }
ruffle_render_wgpu = { path = "../render/wgpu", optional = true }
ruffle_video_software = { path = "../video/software" }
url = "2.3.1"
wasm-bindgen = "=0.2.83"
wasm-bindgen-futures = "0.4.33"
wasm-bindgen = "=0.2.84"
wasm-bindgen-futures = "0.4.34"
serde-wasm-bindgen = "0.4.5"
chrono = { version = "0.4", default-features = false, features = ["wasmbind", "clock"] }
getrandom = { version = "0.2", features = ["js"] }
Expand All @@ -54,7 +54,7 @@ default-features = false
features = ["audio", "mp3", "nellymoser", "wasm-bindgen"]

[dependencies.web-sys]
version = "0.3.60"
version = "0.3.61"
features = [
"AddEventListenerOptions", "AudioBuffer", "AudioBufferSourceNode", "AudioContext", "AudioDestinationNode",
"AudioNode", "AudioParam", "Blob", "BlobPropertyBag", "ChannelMergerNode",
Expand Down
6 changes: 3 additions & 3 deletions web/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ edition.workspace = true
license = "MIT OR Apache-2.0"

[dependencies]
js-sys = "0.3.60"
js-sys = "0.3.61"
tracing = "0.1.37"
wasm-bindgen = "=0.2.83"
wasm-bindgen = "=0.2.84"

[dependencies.web-sys]
version = "0.3.60"
version = "0.3.61"
features = ["Window"]

0 comments on commit 4831607

Please sign in to comment.