From feca6e9f2399b6c5b68c45413807658af1e9e78b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 01:55:53 +0000 Subject: [PATCH] chore(deps): update rust crate tao to 0.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 762b4044d8..487882e2b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ libc = "0.2" [dev-dependencies] pollster = "0.3.0" -tao = "0.29" +tao = "0.30" wgpu = "0.19" winit = "0.29" getrandom = "0.2"