diff --git a/crates/runtime/debug-ui/egui/Cargo.toml b/crates/runtime/debug-ui/egui/Cargo.toml index e315a5ab7..06439b043 100644 --- a/crates/runtime/debug-ui/egui/Cargo.toml +++ b/crates/runtime/debug-ui/egui/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1" egui = "0.27" egui-winit = "0.27" egui-wgpu = { version = "0.27", features = ["winit"] } -winit = "0.29" +winit = "0.30" image = "0.24" tracing = "0.1" tracing-subscriber = "0.3" diff --git a/crates/runtime/wgpu/Cargo.toml b/crates/runtime/wgpu/Cargo.toml index cd5cb324d..0b0bf0a77 100644 --- a/crates/runtime/wgpu/Cargo.toml +++ b/crates/runtime/wgpu/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] wgpu = { version = "0.19", features = ["trace"] } anyhow = "1" -winit = { version = "0.29", features = ["rwh_05"] } +winit = { version = "0.30", features = ["rwh_05"] } bytemuck = { version = "1.15", features = ["derive"] } raw-window-handle = "0.5" tracing = "0.1"