From 0b6dfbc17d9b38309d3a55eab2273a27cab64f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:26:56 +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] --- example/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Cargo.toml b/example/Cargo.toml index 5cef69a..9c5da6a 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] egui = "0.32.1" -eframe = "0.32.1" +eframe = "0.33.0" egui_path_picker = { path = "../" } wasm-bindgen-futures = "0.4.50" web-sys = "0.3.77"