From a02bec37ae1459d56c8bacbd603af4ec42a2f48c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:54:21 +0000 Subject: [PATCH] build(deps): update eframe requirement from 0.22 to 0.23 Updates the requirements on [eframe](https://github.com/emilk/egui) to permit the latest version. - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.22.0...0.23.0) --- updated-dependencies: - dependency-name: eframe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aaa2b4e..9f6ffda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ exclude = ["assets/"] egui = "0.22" [dev-dependencies] -eframe = "0.22" +eframe = "0.23"