diff --git a/crates/kas-wgpu/Cargo.toml b/crates/kas-wgpu/Cargo.toml index 2b3d9ec16..efc40cfdd 100644 --- a/crates/kas-wgpu/Cargo.toml +++ b/crates/kas-wgpu/Cargo.toml @@ -27,7 +27,7 @@ raster = ["kas-text/raster"] [dependencies] bytemuck = "1.7.0" -futures-lite = "1.12" +futures-lite = "2.0" log = "0.4" thiserror = "1.0.23" guillotiere = "0.6.0"