From 794bf01a02db5fb580ad903da6e955fe20da9f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:13:59 +0000 Subject: [PATCH] Update eframe requirement from 0.22.0 to 0.26.1 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.1) --- 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 1f1d7cf..bec1c82 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.26.1" egui = "0.21.0" serialport = "4.2.0"