From d0848f5561c0ebc216f2030fe491457d2e2474b1 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Fri, 28 Nov 2025 12:29:47 +0100 Subject: chore: update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 78b6a47..d8a775e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ serde_json = "1.0" toml = "0.9" tokio = { version = "1.48", features = ["fs", "io-util"] } tokio-stream = { version = "0.1", features = ["fs"] } -rfd = "0.15" +rfd = { version = "0.16", default-features = false, features = ["xdg-portal", "wayland", "tokio"] } rust-format = { version = "0.3", features = [ "pretty_please", "post_process", -- cgit v1.2.3