diff --git a/Cargo.lock b/Cargo.lock index 88ed734..45e6489 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3420,7 +3420,7 @@ checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b" [[package]] name = "rfd" version = "0.14.1" -source = "git+https://github.com/valadaptive/rfd?rev=db335fc#db335fc8b58288558904c9658dc6d100968f153e" +source = "git+https://github.com/valadaptive/rfd?rev=fe3d331#fe3d331d5f52a5da8f2e73bac45a954a0cd9a047" dependencies = [ "ashpd", "block", diff --git a/crates/gui/Cargo.toml b/crates/gui/Cargo.toml index f17e512..783eddf 100644 --- a/crates/gui/Cargo.toml +++ b/crates/gui/Cargo.toml @@ -25,7 +25,7 @@ async-executor = "1.5.1" async-task = "4.7.0" waker-fn = "1.1.0" log = "0.4.20" -rfd = { git = "https://github.com/valadaptive/rfd", rev = "db335fc" } +rfd = { git = "https://github.com/valadaptive/rfd", rev = "fe3d331" } rand = "0.8.5" tinyjson = "2.5.1"