From b27999a500813a0db1cebb9a7e24a63656b625a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 07:38:57 +0000 Subject: [PATCH] Bump wgpu from 24.0.1 to 26.0.1 Bumps [wgpu](https://github.com/gfx-rs/wgpu) from 24.0.1 to 26.0.1. - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/wgpu-v24.0.1...wgpu-v26.0.1) --- updated-dependencies: - dependency-name: wgpu dependency-version: 26.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 +++++++++++++------------------- nanvr/dashboard/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f76ffeeb..448d3360 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1437,7 +1437,7 @@ dependencies = [ "sysinfo", "tungstenite 0.26.2", "ureq", - "wgpu 24.0.1", + "wgpu 26.0.1", "wired", ] @@ -1695,7 +1695,7 @@ dependencies = [ "thiserror 1.0.69", "type-map", "web-time", - "wgpu 24.0.1", + "wgpu 24.0.5", "winit", ] @@ -1865,7 +1865,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2385,7 +2385,7 @@ dependencies = [ "log", "presser", "thiserror 1.0.69", - "windows 0.58.0", + "windows 0.54.0", ] [[package]] @@ -3122,7 +3122,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -4561,7 +4561,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4946,7 +4946,7 @@ dependencies = [ "errno 0.3.10", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4959,7 +4959,7 @@ dependencies = [ "errno 0.3.10", "libc", "linux-raw-sys 0.9.4", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -5766,7 +5766,7 @@ dependencies = [ "getrandom 0.3.1", "once_cell", "rustix 0.38.44", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6110,7 +6110,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69fff37da548239c3bf9e64a12193d261e8b22b660991c6fd2df057c168f435f" dependencies = [ "cc", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -6671,9 +6671,9 @@ checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" [[package]] name = "wgpu" -version = "24.0.1" +version = "24.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f55718f85c2fa756edffa0e7f0e0a60aba463d1362b57e23123c58f035e4b6" +checksum = "6b0b3436f0729f6cdf2e6e9201f3d39dc95813fad61d826c1ed07918b4539353" dependencies = [ "arrayvec", "bitflags 2.9.2", @@ -6681,7 +6681,6 @@ dependencies = [ "document-features", "js-sys", "log", - "naga 24.0.0", "parking_lot", "profiling", "raw-window-handle", @@ -6816,16 +6815,13 @@ dependencies = [ "android_system_properties", "arrayvec", "ash", - "bit-set", "bitflags 2.9.2", - "block", "bytemuck", "cfg_aliases", "core-graphics-types 0.1.3", "glow", "glutin_wgl_sys", "gpu-alloc", - "gpu-allocator", "gpu-descriptor", "js-sys", "khronos-egl", @@ -6840,7 +6836,6 @@ dependencies = [ "ordered-float", "parking_lot", "profiling", - "range-alloc", "raw-window-handle", "renderdoc-sys", "rustc-hash 1.1.0", @@ -6850,7 +6845,6 @@ dependencies = [ "web-sys", "wgpu-types 24.0.0", "windows 0.58.0", - "windows-core 0.58.0", ] [[package]] @@ -6971,7 +6965,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/nanvr/dashboard/Cargo.toml b/nanvr/dashboard/Cargo.toml index 2385ae20..e9958fa8 100644 --- a/nanvr/dashboard/Cargo.toml +++ b/nanvr/dashboard/Cargo.toml @@ -28,7 +28,7 @@ eframe = { version = "0.31", default-features = false, features = [ ] } egui-i18n = { git = "https://github.com/fewensa/egui-i18n" } settings-schema = { git = "https://github.com/alvr-org/settings-schema-rs", rev = "676185f" } -wgpu = "24" +wgpu = "26" chrono = "0.4" env_logger = "0.11"