diff --git a/Cargo.lock b/Cargo.lock index ce8a2f7..028452c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1038,9 +1038,9 @@ dependencies = [ [[package]] name = "wgpu" -version = "30.0.0" +version = "30.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d8f4bd44d92da5270f03409dba9f952dab24f128e05d6a554926101d1bf9114" +checksum = "527ccdf43dd5b2e8676eed9984ce00e2bbb0a1b85b70c1969dcb6cd2eb55ab9e" dependencies = [ "arrayvec", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index ea8061d..10452fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ pollster = "=1.0.1" sdl3 = { version = "=0.18.4", default-features = false, features = ["build-from-source-static", "raw-window-handle"] } sha2 = "=0.11.0" tempfile = "=3.27.0" -wgpu = { version = "=30.0.0", default-features = false, features = ["std", "dx12", "vulkan", "wgsl"] } +wgpu = { version = "=30.0.1", default-features = false, features = ["std", "dx12", "vulkan", "wgsl"] } [workspace.lints.rust] unsafe_code = "deny"