From a8971e02fc15baab68f8a5248ee96a937a17b641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 01:52:05 +0000 Subject: [PATCH] build(deps): bump softbuffer from 0.3.2 to 0.4.0 Bumps [softbuffer](https://github.com/rust-windowing/softbuffer) from 0.3.2 to 0.4.0. - [Release notes](https://github.com/rust-windowing/softbuffer/releases) - [Changelog](https://github.com/rust-windowing/softbuffer/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/softbuffer/compare/v0.3.2...v0.4.0) --- updated-dependencies: - dependency-name: softbuffer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- all-is-cubes-desktop/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 995a2ee64..6e45b9a94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1616,7 +1616,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", ] @@ -5012,9 +5012,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", @@ -5026,7 +5026,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", @@ -5949,7 +5949,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"] }