diff --git a/Cargo.toml b/Cargo.toml index 5412671..65be725 100644 --- a/Cargo.toml +++ b/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] -egui = "0.22.0" -eframe = "0.22.0" +egui = "0.28.1" +eframe = "0.28.1" tracing-subscriber = "0.3.16"