From 62584a5bcba0619ee0097512a97e335179e6bff1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 03:17:43 +0000 Subject: [PATCH] chore(deps): update rust crate wry to 0.46 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8d72c0..2c1dc14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,5 +71,5 @@ png = "0.17" [dev-dependencies] winit = "0.29" tao = "0.30" -wry = "0.45" +wry = "0.46" image = "0.25"