diff --git a/Cargo.lock b/Cargo.lock index a5aae10e1..5c1abb115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1568,7 +1568,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e16e44ab292b1dddfdaf7be62cfd8877df52f2f3fde5858d95bab606be259f20" dependencies = [ "bitflags 2.4.1", - "libloading 0.7.4", + "libloading 0.8.1", "winapi", ] @@ -4956,9 +4956,9 @@ dependencies = [ [[package]] name = "softbuffer" -version = "0.3.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0c651aec504a26e45df1f8c8df237ee7eef8e31b3f13b267a69a374adafbbd1" +checksum = "dfa97594e034a52bfc0f7a2764f0445bd6dcf1c27136779b244473f9c24f9c5e" dependencies = [ "as-raw-xcb-connection", "bytemuck", @@ -4970,7 +4970,7 @@ dependencies = [ "js-sys", "log", "objc", - "raw-window-handle 0.5.2", + "raw-window-handle 0.6.0", "redox_syscall 0.4.1", "rustix 0.38.20", "tiny-xlib", @@ -5869,7 +5869,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.7.4", + "libloading 0.8.1", "log", "metal", "naga", diff --git a/all-is-cubes-desktop/Cargo.toml b/all-is-cubes-desktop/Cargo.toml index 5ccaa99b6..5674ff55f 100644 --- a/all-is-cubes-desktop/Cargo.toml +++ b/all-is-cubes-desktop/Cargo.toml @@ -52,7 +52,7 @@ re_sdk = { workspace = true, optional = true } serde = { workspace = true } serde_json = { workspace = true } simplelog = { workspace = true } -softbuffer = { version = "0.3.0", default-features = false, features = ["x11"] } +softbuffer = { version = "0.4.0", default-features = false, features = ["x11"] } strum = { workspace = true, features = ["derive", "std"] } thiserror = { workspace = true } tokio = { workspace = true, features = ["rt-multi-thread", "sync"] }