diff --git a/serial_term/Cargo.toml b/serial_term/Cargo.toml index d8adbd1..3475f19 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.30.0" serialport = "4.2.0"