diff --git a/Cargo.lock b/Cargo.lock index 1b0fbca..01f9dbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2365,9 +2365,9 @@ checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" [[package]] name = "rfd" -version = "0.17.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "069d6129dede311430d0dcf1ded88a7affc7a342c2d8e6336043d43ed14dac17" +checksum = "20dafead71c16a34e1ff357ddefc8afc11e7d51d6d2b9fbd07eaa48e3e540220" dependencies = [ "block2 0.6.2", "dispatch2", diff --git a/Cargo.toml b/Cargo.toml index 79fdca6..45015d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ dirs = "6.0.0" rodio = { version = "0.21.1", default-features = false, features = ["symphonia-all", "playback"] } pipewire = "0.9.2" -rfd = { version = "0.17.1", default-features = false, features = ["xdg-portal"]} +rfd = { version = "0.17.2", default-features = false, features = ["xdg-portal"]} egui = { version = "0.33.3", default-features = false, features = ["default_fonts", "rayon"] } eframe = { version = "0.33.3", default-features = false, features = ["default_fonts", "glow", "x11", "wayland"] }