diff --git a/Cargo.toml b/Cargo.toml index faabe2d..4185181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "GPL-3.0-only" publish = false [dependencies] -eframe = { version = "0.32.1", features = ["persistence"] } +eframe = { version = "0.33.0", features = ["persistence"] } egui = "0.32.1" openssl = { version = "0.10.73", features = ["vendored"] } serde = "1.0.219"