From 5df7abb42b85bf0dd7c57eb5ff7f1b26734ce982 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:12:59 +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 dd5a6c27c..ebe66224c 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"