From 759f6a74fdcbcd979d3d39a2c9c2bc6a54e5e739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 01:56:58 +0300 Subject: [PATCH] chore(deps): update rust crate tao to 0.29 (#183) 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 fd6c88a..2efa3cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,6 +74,6 @@ png = "0.17" [dev-dependencies] winit = "0.29" -tao = "0.28" +tao = "0.29" image = "0.25" eframe = "0.27"