From cdc5ab8bfa7040e58302fce2bfc07ffbbc6b3802 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:16:30 +0000 Subject: [PATCH] chore(deps): update rust crate tao to 0.27.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b27fbb6d..7ee86e54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,6 +51,6 @@ png = "0.17" [dev-dependencies] winit = "0.29" -tao = "0.27" +tao = "0.27.1" wry = "0.39" image = "0.25"