From 89f687952f56aca8a27196c9e47f9dc295a07ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:15:19 +0000 Subject: [PATCH] Update eframe requirement from 0.22.0 to 0.26.2 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.26.2) --- 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..a943674 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" egui = "0.22.0" +eframe = "0.26.2" serialport = "4.2.0"