From 0e235a6df4badeaa171bd2e74af38d5baee528ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:45:27 +0300 Subject: [PATCH] chore(deps): update rust crate tao to 0.23 (#36) 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 6c0d951..6640ac8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,5 +32,5 @@ x11-dl = "2.21" [dev-dependencies] winit = "0.28" -tao = "0.22" +tao = "0.23" eframe = "0.23"