From 7c7468408dbf53b489e8ae8595b8e116c5b86b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:18:44 +0000 Subject: [PATCH] Update naga requirement from 0.14 to 0.19 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/v0.14.0...v0.19.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 b905241..0637ff9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"] [dependencies] syn = { version = "2.0", features = [] } -naga = { version = "0.14", features = ["wgsl-in", "wgsl-out"] } +naga = { version = "0.19", features = ["wgsl-in", "wgsl-out"] } naga-to-tokenstream = "0.4" proc-macro2 = "1.0" quote = "1.0"