fix(deps): update rust dependencies

This commit is contained in:
renovate[bot] 2024-03-02 07:36:21 +00:00 committed by TÖRÖK Attila
parent 35d72115a4
commit c2179e88db
7 changed files with 32 additions and 26 deletions

46
Cargo.lock generated
View File

@ -487,6 +487,12 @@ version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
[[package]]
name = "bindgen"
version = "0.69.4"
@ -794,7 +800,7 @@ checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
dependencies = [
"glob",
"libc",
"libloading 0.8.1",
"libloading 0.8.2",
]
[[package]]
@ -1208,7 +1214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307"
dependencies = [
"bitflags 2.4.2",
"libloading 0.8.1",
"libloading 0.8.2",
"winapi",
]
@ -1468,7 +1474,7 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
"libloading 0.8.1",
"libloading 0.8.2",
]
[[package]]
@ -2571,7 +2577,7 @@ dependencies = [
"bitflags 2.4.2",
"com",
"libc",
"libloading 0.8.1",
"libloading 0.8.2",
"thiserror",
"widestring",
"winapi",
@ -2950,7 +2956,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
dependencies = [
"libc",
"libloading 0.8.1",
"libloading 0.8.2",
"pkg-config",
]
@ -3020,12 +3026,12 @@ dependencies = [
[[package]]
name = "libloading"
version = "0.8.1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
checksum = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
"windows-targets 0.52.3",
]
[[package]]
@ -4367,13 +4373,13 @@ dependencies = [
[[package]]
name = "renderdoc"
version = "0.11.0"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "272da9ec1e28b0ef17df4dcefad820b13f098ebe9c82697111fc57ccff621e12"
checksum = "ac633a08f39bf3268714799bd8c4a1a19c19c203d817d3448bb8b91c97817cf0"
dependencies = [
"bitflags 1.3.2",
"bitflags 2.4.2",
"float-cmp",
"libloading 0.7.4",
"libloading 0.8.2",
"once_cell",
"renderdoc-sys",
"winapi",
@ -4382,9 +4388,9 @@ dependencies = [
[[package]]
name = "renderdoc-sys"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b"
checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
[[package]]
name = "rfd"
@ -4421,7 +4427,7 @@ version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
dependencies = [
"base64",
"base64 0.21.7",
"bitflags 2.4.2",
"serde",
"serde_derive",
@ -4740,7 +4746,7 @@ name = "ruffle_web"
version = "0.1.0"
dependencies = [
"async-channel 2.2.0",
"base64",
"base64 0.22.0",
"chrono",
"console_error_panic_hook",
"futures",
@ -6031,9 +6037,9 @@ checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
[[package]]
name = "walkdir"
version = "2.4.0"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
@ -6360,7 +6366,7 @@ dependencies = [
"js-sys",
"khronos-egl",
"libc",
"libloading 0.8.1",
"libloading 0.8.2",
"log",
"metal",
"naga",
@ -6812,7 +6818,7 @@ dependencies = [
"as-raw-xcb-connection",
"gethostname",
"libc",
"libloading 0.8.1",
"libloading 0.8.2",
"once_cell",
"rustix",
"x11rb-protocol",

View File

@ -20,4 +20,4 @@ serde = {version = "1.0.197", features = ["derive"]}
serde-xml-rs = "0.6.0"
colored = "2.1.0"
regex = "1.10.3"
walkdir = "2.4.0"
walkdir = "2.5.0"

View File

@ -17,7 +17,7 @@ ruffle_core = { path = "../core", features = ["deterministic", "default_font"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
image = { version = "0.24.9", default-features = false, features = ["png"] }
log = "0.4"
walkdir = "2.4.0"
walkdir = "2.5.0"
indicatif = "0.17"
rayon = "1.9.0"
anyhow = { workspace = true }

View File

@ -36,7 +36,7 @@ indexmap = "2.2.5"
# This crate has a `compile_error!` on apple platforms
[target.'cfg(not(target_vendor = "apple"))'.dependencies.renderdoc]
version = "0.11.0"
version = "0.12.1"
optional = true
[dependencies.jpeg-decoder]

View File

@ -14,7 +14,7 @@ workspace = true
clap = { version = "4.5.1", features = ["derive"] }
ruffle_core = { path = "../core", features = ["deterministic"] }
log = "0.4"
walkdir = "2.4.0"
walkdir = "2.5.0"
serde = { version = "1.0", features = ["derive"] }
csv = "1.3"
indicatif = "0.17"

View File

@ -25,7 +25,7 @@ ruffle_render_wgpu = { path = "../render/wgpu", optional = true }
ruffle_core = { path = "../core", features = ["deterministic", "timeline_debug", "avm_debug", "audio", "mp3", "default_font"] }
ruffle_test_framework = { path = "framework" }
libtest-mimic = "0.7.0"
walkdir = "2.4.0"
walkdir = "2.5.0"
anyhow = "1.0.80"
image = { version = "0.24.9", default-features = false, features = ["png"] }
futures = "0.3.30"

View File

@ -52,7 +52,7 @@ chrono = { version = "0.4", default-features = false, features = ["wasmbind", "c
getrandom = { version = "0.2", features = ["js"] }
serde = { version = "1.0.197", features = ["derive"] }
thiserror = "1.0"
base64 = "0.21.7"
base64 = "0.22.0"
async-channel = "2.2.0"
futures-util = { version = "0.3.30", features = ["sink"] }
gloo-net = { version = "0.5.0", default-features = false, features = ["websocket"] }