diff --git a/Cargo.lock b/Cargo.lock index d592455..d1bc395 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1962,9 +1962,9 @@ dependencies = [ [[package]] name = "wgpu" -version = "0.19.3" +version = "0.19.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4b1213b52478a7631d6e387543ed8f642bc02c578ef4e3b49aca2a29a7df0cb" +checksum = "cbd7311dbd2abcfebaabf1841a2824ed7c8be443a0f29166e5d3c6a53a762c01" dependencies = [ "arrayvec", "cfg-if", diff --git a/wgpu-testbed-lib/Cargo.toml b/wgpu-testbed-lib/Cargo.toml index a99c58a..963c922 100644 --- a/wgpu-testbed-lib/Cargo.toml +++ b/wgpu-testbed-lib/Cargo.toml @@ -17,7 +17,7 @@ cgmath = "0.18" env_logger = "0.11.3" log = "0.4" futures = "0.3" -wgpu = "0.19.3" +wgpu = "0.19.4" bytemuck = { version = "1.15.0", features = ["derive"] } anyhow = "1.0" tobj = { version = "4.0.2", features = ["async"] }