diff --git a/Cargo.lock b/Cargo.lock index 414d0cc..6c649d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,9 +250,9 @@ checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" [[package]] name = "bytemuck" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" +checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" dependencies = [ "bytemuck_derive", ] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a9bd611..af4dfec 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -10,7 +10,7 @@ egui.workspace = true pollster.workspace = true log.workspace = true winit_input_helper.workspace = true -bytemuck = { version = "1.18.0", features = ["derive"] } +bytemuck = { version = "1.19.0", features = ["derive"] } nanorand = { version = "0.7", default-features = false, features = ["wyrand"] } web-time = "1.1.0"