From 8bd0fd82478173f0e33b82aeeb90a477764204fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:33:08 +0000 Subject: [PATCH] Bump naga from 29.0.0 to 29.0.1 Bumps [naga](https://github.com/gfx-rs/wgpu) from 29.0.0 to 29.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/v29.0.0...v29.0.1) --- updated-dependencies: - dependency-name: naga dependency-version: 29.0.1 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..bc413adf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1865,9 +1865,9 @@ dependencies = [ [[package]] name = "naga" -version = "29.0.0" +version = "29.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8" +checksum = "aa2630921705b9b01dcdd0b6864b9562ca3c1951eecd0f0c4f5f04f61e412647" dependencies = [ "arrayvec", "bit-set", diff --git a/crates/lambda-rs-platform/Cargo.toml b/crates/lambda-rs-platform/Cargo.toml index 4e865d9c..cb532288 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.1", optional = true, default-features = false, features = [ "spv-out", "glsl-in", "wgsl-in",