From 36bbbf9478ab847bc00726ae1a1c1a7c62eae2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:28:42 +0000 Subject: [PATCH] Update eframe requirement from 0.32.1 to 0.33.3 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.3) --- updated-dependencies: - dependency-name: eframe dependency-version: 0.33.3 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..fe7ba91 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.3", features = ["persistence"] } egui = "0.32.1" openssl = { version = "0.10.73", features = ["vendored"] } serde = "1.0.219"