From a7dd7e47df394f9f4e34b2d5f645a967f0dcde75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:10:32 +0000 Subject: [PATCH] Update naga requirement from 22.1.0 to 23.1.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/naga-v23.1.0/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/naga-v22.1.0...naga-v23.1.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 0a4b1bd..ba1422f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["game-development", "graphics"] include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"] [dependencies] -naga = { version = "22.1.0", features = ["wgsl-in", "wgsl-out"] } # Breaking change to update - API takes Naga module +naga = { version = "23.1.0", features = ["wgsl-in", "wgsl-out"] } # Breaking change to update - API takes Naga module unicode-ident = "1.0" # Used for main