From 73e658cdc7caf28598b51ae0134b7c47228f221b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 21:36:15 +0000 Subject: [PATCH] chore(deps): update rust crate tao to 0.29 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2f46c1..7a9a96b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ targets = [ "x86_64-apple-darwin", "x86_64-pc-windows-msvc" ] raw-window-handle = "0.6" [dev-dependencies] -tao = "0.28" +tao = "0.29" winit = "0.29" [target."cfg(target_os = \"windows\")".dependencies]