Skip to content

Commit 5d2477f

Browse files
renovate[bot]relrelb
authored andcommitted
chore(deps): lock file maintenance rust dependencies
1 parent 18ea719 commit 5d2477f

File tree

13 files changed

+37
-37
lines changed

13 files changed

+37
-37
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version.workspace = true
1111
linkme = { version = "0.3", optional = true }
1212
byteorder = "1.4"
1313
bitstream-io = "1.6.0"
14-
flate2 = "1.0.25"
14+
flate2 = "1.0.26"
1515
fnv = "1.0.7"
1616
gc-arena = { workspace = true }
1717
generational-arena = "0.2.8"
@@ -22,7 +22,7 @@ ruffle_video = { path = "../video" }
2222
ruffle_macros = { path = "macros" }
2323
ruffle_wstr = { path = "../wstr" }
2424
swf = { path = "../swf" }
25-
bitflags = "2.1.0"
25+
bitflags = "2.3.1"
2626
smallvec = { version = "1.10.0", features = ["union"] }
2727
num-traits = "0.2"
2828
num-derive = "0.3"
@@ -36,17 +36,17 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] }
3636
instant = "0.1"
3737
encoding_rs = "0.8.32"
3838
rand = { version = "0.8.5", features = ["std", "small_rng"], default-features = false }
39-
serde = { version = "1.0.160", features = ["derive"] }
39+
serde = { version = "1.0.163", features = ["derive"] }
4040
serde_json = { version = "1.0", features = ["preserve_order"] }
4141
nellymoser-rs = { git = "https://github.com/ruffle-rs/nellymoser", rev = "4a33521c29a918950df8ae9fe07e527ac65553f5", optional = true }
4242
regress = "0.6"
4343
flash-lso = { git = "https://github.com/ruffle-rs/rust-flash-lso", rev = "8376453eddddbe701031a091c0eed94068fa5649" }
4444
lzma-rs = {version = "0.3.0", optional = true }
4545
dasp = { git = "https://github.com/RustAudio/dasp", rev = "f05a703", features = ["interpolate", "interpolate-linear", "signal"], optional = true }
4646
symphonia = { version = "0.5.2", default-features = false, features = ["mp3"], optional = true }
47-
enumset = "1.0.12"
47+
enumset = "1.1.2"
4848
bytemuck = "1.13.1"
49-
clap = { version = "4.2.4", features = ["derive"], optional=true }
49+
clap = { version = "4.3.0", features = ["derive"], optional=true }
5050
realfft = "3.2.0"
5151
once_cell = "1.17.1"
5252
hashbrown = { version = "0.13.2", features = ["raw"] }

core/build_playerglobal/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ version.workspace = true
99

1010
[dependencies]
1111
convert_case = "0.6.0"
12-
proc-macro2 = "1.0.56"
13-
quote = "1.0.26"
12+
proc-macro2 = "1.0.58"
13+
quote = "1.0.27"
1414
swf = { path = "../../swf" }
15-
clap = {version = "4.2.4", features = ["derive"]}
16-
serde = {version = "1.0.160", features = ["derive"]}
15+
clap = {version = "4.3.0", features = ["derive"]}
16+
serde = {version = "1.0.163", features = ["derive"]}
1717
serde-xml-rs = "0.6.0"
1818
colored = "2.0.0"
1919
regex = "1.8.1"

core/macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ version.workspace = true
1111
proc-macro = true
1212

1313
[dependencies]
14-
quote = "1.0.26"
15-
syn = { version = "2.0.15", features = ["extra-traits", "full"] }
14+
quote = "1.0.27"
15+
syn = { version = "2.0.16", features = ["extra-traits", "full"] }

desktop/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository.workspace = true
88
version.workspace = true
99

1010
[dependencies]
11-
clap = { version = "4.2.4", features = ["derive"] }
11+
clap = { version = "4.3.0", features = ["derive"] }
1212
cpal = "0.15.2"
1313
ruffle_core = { path = "../core", features = ["audio", "clap", "mp3", "nellymoser", "default_compatibility_rules"] }
1414
ruffle_render = { path = "../render", features = ["clap"] }
@@ -17,13 +17,13 @@ ruffle_video_software = { path = "../video/software", optional = true }
1717
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
1818
generational-arena = "0.2.8"
1919
tracing = "0.1.37"
20-
winit = "0.28.3"
21-
webbrowser = "0.8.9"
20+
winit = "0.28.6"
21+
webbrowser = "0.8.10"
2222
url = "2.3.1"
2323
arboard = "3.2.0"
2424
dirs = "5.0"
2525
isahc = "1.7.2"
26-
rfd = "0.11.3"
26+
rfd = "0.11.4"
2727
anyhow = "1.0"
2828
bytemuck = "1.13.1"
2929
os_info = { version = "3", default-features = false }

exporter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository.workspace = true
88
version.workspace = true
99

1010
[dependencies]
11-
clap = { version = "4.2.4", features = ["derive"] }
11+
clap = { version = "4.3.0", features = ["derive"] }
1212
futures = "0.3"
1313
ruffle_core = { path = "../core", features = ["deterministic"] }
1414
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }

render/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ swf = { path = "../swf"}
1313
tracing = "0.1.37"
1414
gif = "0.12.0"
1515
png = { version = "0.17.8" }
16-
flate2 = "1.0.25"
16+
flate2 = "1.0.26"
1717
smallvec = { version = "1.10.0", features = ["union"] }
1818
downcast-rs = "1.2.0"
1919
lyon = { version = "1.0.1", optional = true }
2020
thiserror = "1.0"
2121
wasm-bindgen = { version = "=0.2.86", optional = true }
2222
gc-arena = { workspace = true }
2323
enum-map = "2.5.0"
24-
serde = { version = "1.0.160", features = ["derive"] }
25-
clap = { version = "4.2.4", features = ["derive"], optional = true }
24+
serde = { version = "1.0.163", features = ["derive"] }
25+
clap = { version = "4.3.0", features = ["derive"], optional = true }
2626
h263-rs-yuv = { git = "https://github.com/ruffle-rs/h263-rs", rev = "d5d78eb251c1ce1f1da57c63db14f0fdc77a4b36"}
2727

2828
[dependencies.jpeg-decoder]

render/naga-agal/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ repository.workspace = true
88
version.workspace = true
99

1010
[dependencies]
11-
bitflags = "2.1.0"
12-
naga = "0.12.0"
11+
bitflags = "2.3.1"
12+
naga = "0.12.1"
1313
num-derive = "0.3.3"
1414
num-traits = "0.2.15"
1515

1616
[dev-dependencies]
1717
insta = "1.29.0"
18-
naga = { version = "0.12.0", features = ["wgsl-out", "validate"] }
18+
naga = { version = "0.12.1", features = ["wgsl-out", "validate"] }

render/wgpu/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tracing = "0.1.37"
1313
ruffle_render = { path = "..", features = ["tessellator"] }
1414
bytemuck = { version = "1.13.1", features = ["derive"] }
1515
raw-window-handle = "0.5"
16-
clap = { version = "4.2.4", features = ["derive"], optional = true }
16+
clap = { version = "4.3.0", features = ["derive"], optional = true }
1717
enum-map = "2.5.0"
1818
fnv = "1.0.7"
1919
swf = { path = "../../swf" }
@@ -26,7 +26,7 @@ gc-arena = { workspace = true }
2626
naga-agal = { path = "../naga-agal" }
2727
downcast-rs = "1.2.0"
2828
profiling = { version = "1.0", default-features = false, optional = true }
29-
naga = { version = "0.12.0", features = ["validate", "wgsl-out"] }
29+
naga = { version = "0.12.1", features = ["validate", "wgsl-out"] }
3030

3131
# desktop
3232
[target.'cfg(not(target_family = "wasm"))'.dependencies.futures]

scanner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository.workspace = true
88
version.workspace = true
99

1010
[dependencies]
11-
clap = { version = "4.2.4", features = ["derive"] }
11+
clap = { version = "4.3.0", features = ["derive"] }
1212
ruffle_core = { path = "../core", features = ["deterministic"] }
1313
log = "0.4"
1414
walkdir = "2.3.3"

swf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ license.workspace = true
99
repository.workspace = true
1010

1111
[dependencies]
12-
bitflags = "2.1.0"
12+
bitflags = "2.3.1"
1313
bitstream-io = "1.6.0"
1414
byteorder = "1.4"
1515
encoding_rs = "0.8.32"
1616
num-derive = "0.3"
1717
num-traits = "0.2"
18-
libflate = {version = "1.3", optional = true}
18+
libflate = {version = "1.4", optional = true}
1919
log = "0.4"
2020
flate2 = {version = "1.0", optional = true}
2121
lzma-rs = {version = "0.3.0", optional = true }

video/software/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ruffle_video = { path = ".." }
1313
swf = { path = "../../swf" }
1414
generational-arena = "0.2.8"
1515
thiserror = "1.0"
16-
flate2 = "1.0.25"
16+
flate2 = "1.0.26"
1717
log = "0.4"
1818

1919
h263-rs = { git = "https://github.com/ruffle-rs/h263-rs", rev = "d5d78eb251c1ce1f1da57c63db14f0fdc77a4b36", optional = true }

web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ wasm-bindgen-futures = "0.4.36"
4646
serde-wasm-bindgen = "0.5.0"
4747
chrono = { version = "0.4", default-features = false, features = ["wasmbind", "clock"] }
4848
getrandom = { version = "0.2", features = ["js"] }
49-
serde = { version = "1.0.160", features = ["derive"] }
49+
serde = { version = "1.0.163", features = ["derive"] }
5050
thiserror = "1.0"
51-
base64 = "0.21.0"
51+
base64 = "0.21.1"
5252

5353
[dependencies.ruffle_core]
5454
path = "../core"

0 commit comments

Comments
 (0)