From d8106628bf25436b17a48b54c102afa49597db60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 21:02:13 +0000 Subject: [PATCH] chore(deps): update eframe requirement from 0.34.3 to 0.35.0 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/main/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.34.3...0.35.0) --- updated-dependencies: - dependency-name: eframe dependency-version: 0.35.0 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 52c6b07..d793fba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ build = "build.rs" [dependencies] chrono = "0.4.45" dirs = "6.0.0" -eframe = "0.34.3" +eframe = "0.35.0" dotenv = "0.15.0" png = "0.18" rfd = "0.17.2"