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