From ac630648ee695d28b5bef69acf5fb82969adca71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:15:38 +0300 Subject: [PATCH] chore(deps): update rust crate eframe to 0.23 (#32) 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 b1a582d..6c0d951 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,4 +33,4 @@ x11-dl = "2.21" [dev-dependencies] winit = "0.28" tao = "0.22" -eframe = "0.22" +eframe = "0.23"