diff --git a/Cargo.lock b/Cargo.lock index a974489..04a0fb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1346,7 +1346,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "svc16" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0ec22cb..c9f5e69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ clap = { version = "4.5.21", features = ["derive"] } # There seems to be some incompatibility with the latest crates.io version of pixels? pixels = { git = "https://github.com/parasyte/pixels.git", rev = "d4df286"} thiserror = "2.0.3" -winit = "0.29.5" +winit = "0.29.15" winit_input_helper = "0.16.0"