From 2f528e35dac7c407cde9ac98e1e1af597a708826 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 20:40:15 +0300 Subject: [PATCH] chore(deps): update rust crate tao to 0.28 (#155) 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 c29acba..e971a99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,6 +51,6 @@ png = "0.17" [dev-dependencies] winit = "0.29" -tao = "0.27" +tao = "0.28" image = "0.25" eframe = "0.27"