From 55f4a4db74209ddfb6a67b3ed431b360807e039e Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 10 Jul 2025 02:50:21 +0200 Subject: feat: make close-only dialogs closable via `Esc` or clicking the backdrop --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7634da0..23f0139 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ iced_drop = { git = "https://github.com/pml68/iced_drop", branch = "iced/persona iced_custom_highlighter = { git = "https://github.com/pml68/iced_custom_highlighter", branch = "master" } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" -toml = "0.8.23" +toml = "0.9.0" tokio = { version = "1.45.1", features = ["fs", "io-util"] } tokio-stream = { version = "0.1.17", features = ["fs"] } # TODO: enable tokio when it doesn't crash anymore -- cgit v1.2.3