diff --git a/serial_term/Cargo.toml b/serial_term/Cargo.toml index 1f1d7cf..b84e4c6 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.24.1" egui = "0.21.0" serialport = "4.2.0"