From 9924c5851d86b4b1a29391e35a58b17c8fe756b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:29:00 +0000 Subject: [PATCH] Update dlss_wgpu requirement from 1 to 2 --- updated-dependencies: - dependency-name: dlss_wgpu dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_anti_alias/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_anti_alias/Cargo.toml b/crates/bevy_anti_alias/Cargo.toml index 8fbcf88fdc23e..54d69899e4847 100644 --- a/crates/bevy_anti_alias/Cargo.toml +++ b/crates/bevy_anti_alias/Cargo.toml @@ -34,7 +34,7 @@ bevy_diagnostic = { path = "../bevy_diagnostic", version = "0.18.0-dev" } # other tracing = { version = "0.1", default-features = false, features = ["std"] } -dlss_wgpu = { version = "1", optional = true } +dlss_wgpu = { version = "2", optional = true } uuid = { version = "1", optional = true } [lints]