From e8083b2b76879b9477dadc499a4ba54e2b63e6ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:28:28 +0000 Subject: [PATCH] chore(deps): update rust crate wry to 0.38 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3769ce32..fadb9d8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,5 +51,5 @@ png = "0.17" [dev-dependencies] winit = "0.29" tao = "0.26" -wry = "0.37" +wry = "0.38" image = "0.25"