From b56d248f28fe59b40c3ec03951c4964a3facff8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:48:34 +0000 Subject: [PATCH] Update eframe requirement from 0.22.0 to 0.31.0 in /serial_term 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.31.0) --- updated-dependencies: - dependency-name: eframe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- serial_term/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serial_term/Cargo.toml b/serial_term/Cargo.toml index d8adbd1..8abe5ad 100644 --- a/serial_term/Cargo.toml +++ b/serial_term/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -eframe = "0.22.0" +eframe = "0.31.0" egui = "0.22.0" serialport = "4.2.0"