diff --git a/Cargo.lock b/Cargo.lock index a52a591..a91baa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,9 +497,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytemuck" -version = "1.19.0" +version = "1.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" +checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3" [[package]] name = "bytes" diff --git a/Cargo.toml b/Cargo.toml index 7457586..c499be0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ edition = "2021" [workspace.dependencies] wgpu = "22.1.0" pollster = "0.3.0" -bytemuck = "1.19.0" +bytemuck = "1.21.0" futures-intrusive = "0.5.0" log = { version = "0.4.22" } hashbrown = "0.14.5"