From 7e793f428f61b18bf70e47fc824b21114b413f76 Mon Sep 17 00:00:00 2001 From: arabian Date: Sun, 7 Dec 2025 03:50:26 +0300 Subject: [PATCH] bump rfd to 0.16.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 503f60a..464bf23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2778,9 +2778,9 @@ checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" [[package]] name = "rfd" -version = "0.15.4" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed" +checksum = "a15ad77d9e70a92437d8f74c35d99b4e4691128df018833e99f90bcd36152672" dependencies = [ "ashpd", "block2 0.6.2", @@ -2797,7 +2797,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7e7d26a..32bbd92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ dirs = "6.0.0" rodio = { version = "0.21.1", default-features = false, features = ["symphonia-all", "playback"] } pipewire = "0.9.2" -rfd = "0.15.4" +rfd = "0.16.0" egui = { version = "0.33.0", default-features = false, features = ["default_fonts", "rayon"] } eframe = { version = "0.33.0", default-features = false, features = ["default_fonts", "glow", "x11", "wayland"] }