From 10dd3d6f2f915cf7bba971d34cb4fad871718b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:03:58 +0000 Subject: [PATCH] Update egui requirement from 0.22.0 to 0.31.0 in /serial_term Updates the requirements on [egui](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: egui 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..14383ea 100644 --- a/serial_term/Cargo.toml +++ b/serial_term/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [dependencies] eframe = "0.22.0" -egui = "0.22.0" +egui = "0.31.0" serialport = "4.2.0"