diff --git a/serial_term/Cargo.toml b/serial_term/Cargo.toml index d8adbd1..527062c 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.31.1" egui = "0.22.0" serialport = "4.2.0"