From 5a9c37f460ee5cfd50b0eb19cca7c77b0840f6ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:05:51 +0300 Subject: [PATCH] chore(deps): update rust crate wry to 0.44 (#223) 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 01d4c84..5c64473 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,5 +52,5 @@ png = "0.17" [dev-dependencies] winit = "0.29" tao = "0.30" -wry = "0.43" +wry = "0.44" image = "0.25"