diff --git a/Cargo.toml b/Cargo.toml index c334859..48e4aa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -egui = {version = "0.32.3", features = ["log"]} -eframe = { version = "0.32.3" } +egui = { version = "0.33.3" } +eframe = { version = "0.33.3" } log = "0.4.28" colog = "1.4.0" rfd = "*"