From 43cbfee86705b267a01589dd1e9e1fc9afd4ee29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:30:00 +0000 Subject: [PATCH] chore(deps): update rust crate pollster to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 072519f15..cb053c0de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -179,7 +179,7 @@ tao-macros = "0.1" libc = "0.2" [dev-dependencies] -pollster = "0.3.0" +pollster = "0.4.0" tao = "0.29" wgpu = "0.19" winit = "0.29"