From 184dd7e221b762e7987c7ba0a6bf23e5f69e812e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:03:03 +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 78b5af1..34bfe66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,6 +51,6 @@ png = "0.17" [dev-dependencies] winit = "0.29" -tao = "0.29" +tao = "0.30" wry = "0.42" image = "0.25"