From b60176275899522fd612012a0a36d4e133a414f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 17:33:28 +0000 Subject: [PATCH] build(deps): bump naga from 30.0.0 to 30.0.1 Bumps [naga](https://github.com/gfx-rs/wgpu) from 30.0.0 to 30.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/v30.0.0...v30.0.1) --- updated-dependencies: - dependency-name: naga dependency-version: 30.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce8a2f7..8e753ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,9 +462,9 @@ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "naga" -version = "30.0.0" +version = "30.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23bf0a141a9ab6f07dbb492db53245e464bc9db42f407772d9ae03d83a2c1033" +checksum = "a616d2fb8c89516ac2723a581f69d6c18576046bed761bd6b305e5618e6ae130" dependencies = [ "arrayvec", "bit-set", diff --git a/Cargo.toml b/Cargo.toml index ea8061d..6dcad1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ atrinik-render-ui = { path = "crates/atrinik-render-ui", version = "=0.1.0" } atrinik-render-wgpu = { path = "crates/atrinik-render-wgpu", version = "=0.1.0" } atrinik-scene = { path = "crates/atrinik-scene", version = "=0.1.0" } bytemuck = { version = "=1.25.2", features = ["derive"] } -naga = { version = "=30.0.0", features = ["wgsl-in"] } +naga = { version = "=30.0.1", features = ["wgsl-in"] } pollster = "=1.0.1" sdl3 = { version = "=0.18.4", default-features = false, features = ["build-from-source-static", "raw-window-handle"] } sha2 = "=0.11.0"