From 59addedf47d028ac073bebaeda2e80be09dc08af Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Sat, 18 May 2024 17:47:53 +0100 Subject: [PATCH] Update basic dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 565f34a..3563788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bytemuck = "1.15.0" +bytemuck = "1.16.0" log = "0.4.21" -thiserror = "1.0.59" +thiserror = "1.0.61" wgpu = "0.19.4" wgpu-profiler = "0.16.2" winit = "0.29.15"