From a8fdccf9807d3ddfa3fd401557962eef29f07979 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Wed, 22 Nov 2023 10:50:32 +0000 Subject: [PATCH] Update futures-lite --- crates/kas-wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"