From 81d5e02947f4985ae9d97de723f28955721f4ba6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 04:46:19 +0200 Subject: [PATCH] chore(deps): update rust crate tao to 0.27 (#1204) 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 ed88ec860..c8cd2b1c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,6 +114,6 @@ libc = "0.2" [dev-dependencies] pollster = "0.3.0" -tao = "0.25" +tao = "0.27" wgpu = "0.19" winit = "0.29"