From 3d5349bb5891201e5c3bc0e0d4cf293c7451be31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:18:09 +0000 Subject: [PATCH] Update naga requirement from 23.1.0 to 24.0.0 Updates the requirements on [naga](https://github.com/gfx-rs/wgpu) to permit the latest version. - [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/naga-v23.1.0...v24.0.0) --- updated-dependencies: - dependency-name: naga dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b1db3a..f0b19bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ default = ["console_error_panic_hook"] wasm-bindgen = "0.2.84" console_error_panic_hook = { version = "0.1.7", optional = true } naga_oil = "0.16.0" -naga = { version = "23.1.0", features = ["wgsl-out"] } +naga = { version = "24.0.0", features = ["wgsl-out"] } [dev-dependencies] wasm-bindgen-test = "0.3.34"