From 2579d4b84a0432e9286d89104da5be26c45eac37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:40:33 +0000 Subject: [PATCH] chore(deps): update rust crate tao to 0.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd5a6c27c..6f85a4b5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -180,7 +180,7 @@ libc = "0.2" [dev-dependencies] pollster = "0.3.0" -tao = "0.29" +tao = "0.31" wgpu = "0.19" winit = "0.29" getrandom = "0.2"