From 962ba1cd0173fafb63e892a3219ef7e180785097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:54:38 +0000 Subject: [PATCH] Bump naga from 29.0.0 to 29.0.3 Bumps [naga](https://github.com/gfx-rs/wgpu) from 29.0.0 to 29.0.3. - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/v29.0.3/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/v29.0.0...v29.0.3) --- updated-dependencies: - dependency-name: naga dependency-version: 29.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/lambda-rs-platform/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97dbb4b0..0875ec10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1865,9 +1865,9 @@ dependencies = [ [[package]] name = "naga" -version = "29.0.0" +version = "29.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8" +checksum = "0dd91265cc2454558f659b3b4b9640f0ddb8cc6521277f166b8a8c181c898079" dependencies = [ "arrayvec", "bit-set", diff --git a/crates/lambda-rs-platform/Cargo.toml b/crates/lambda-rs-platform/Cargo.toml index 4e865d9c..e6ae9f33 100644 --- a/crates/lambda-rs-platform/Cargo.toml +++ b/crates/lambda-rs-platform/Cargo.toml @@ -12,7 +12,7 @@ path = "src/lib.rs" [dependencies] winit = "=0.29.15" -naga = { version = "=29.0.0", optional = true, default-features = false, features = [ +naga = { version = "=29.0.3", optional = true, default-features = false, features = [ "spv-out", "glsl-in", "wgsl-in",