From cd18ef40b8eabead08cb2f009a542ce925d61aca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:00:32 +0300 Subject: [PATCH] chore(deps): update rust crate tao to 0.30 (#97) 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 618cf7c..d9c0291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ x11-dl = "2.21" [dev-dependencies] winit = "0.29" -tao = "0.29" +tao = "0.30" eframe = "0.27" iced = "0.12.1" async-std = "1.12.0"