From 8e01dc8aab65aa75546e5ed79776d18ca21eb782 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:09:03 +0300 Subject: [PATCH] chore(deps): update rust crate tao to 0.30 (#217) 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 78b5af1c..34bfe66d 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"