From d606afc501b05e642d6a836d8ecd8f0716b234fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:56:36 +0000 Subject: [PATCH] chore(deps): update rust crate tao to 0.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c926ba..a566700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,5 +32,5 @@ x11-dl = "2.21" [dev-dependencies] winit = "0.29" -tao = "0.23" +tao = "0.24" eframe = "0.23"