diff --git a/Cargo.toml b/Cargo.toml index 861f587..be1ddbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ keywords = ["egui", "toast", "notification"] members = ["demo"] [dependencies] -egui = { version = "0.28", default-features = false } +egui = { version = "0.29", default-features = false } diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 6cec84c..0f970ff 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -4,10 +4,10 @@ version = "0.8.0" edition = "2021" [dependencies] -eframe = "0.28" +eframe = "0.29" egui-toast = { path = ".." } [target.'cfg(target_arch = "wasm32")'.dependencies] -console_error_panic_hook = "0.1.6" +console_error_panic_hook = "0.1.7" tracing-wasm = "0.2" wasm-bindgen-futures = "0.4"