From 0760e417bd294e1066129cfdc36b76572b7d9a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:35:37 +0000 Subject: [PATCH] Update eframe requirement from 0.32.1 to 0.33.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.32.1...0.33.0) --- updated-dependencies: - dependency-name: eframe dependency-version: 0.33.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 faabe2d..4185181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "GPL-3.0-only" publish = false [dependencies] -eframe = { version = "0.32.1", features = ["persistence"] } +eframe = { version = "0.33.0", features = ["persistence"] } egui = "0.32.1" openssl = { version = "0.10.73", features = ["vendored"] } serde = "1.0.219"