diff --git a/serial_term/Cargo.toml b/serial_term/Cargo.toml index 7d4ee20..47dab8c 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.20.1" +eframe = "0.21.2" egui = "0.19.0" serialport = "4.2.0"