From 6ad66d3880a9db7d8ec63f1186fe6a6b1ab3d3d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:46:53 +0100 Subject: [PATCH] chore(deps): update rust crate pollster to 0.4.0 (#1405) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1175b855..ab37b47db 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.31" wgpu = "23" winit = "0.30"