From 6059031d71d4480c5f861b6b7c44adbb74bb9684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Sat, 21 Sep 2024 19:43:18 +0200 Subject: [PATCH] chore: Switch to `rfd` release `v0.15.0` from git --- Cargo.lock | 5 +++-- Cargo.toml | 4 ++-- deny.toml | 2 -- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7eb18ec5e33b..74424b97a0b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4237,8 +4237,9 @@ dependencies = [ [[package]] name = "rfd" -version = "0.14.1" -source = "git+https://github.com/PolyMeilex/rfd.git?rev=e0e725ec9a426acf7c93d9877c41e230fcee3fac#e0e725ec9a426acf7c93d9877c41e230fcee3fac" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8af382a047821a08aa6bfc09ab0d80ff48d45d8726f7cd8e44891f7cb4a4278e" dependencies = [ "ashpd", "block2", diff --git a/Cargo.toml b/Cargo.toml index 7f2d8c998df5..33b911523eb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,8 +74,8 @@ url = "2.5.2" # Make sure to match wasm-bindgen-cli version to this everywhere. wasm-bindgen = "=0.2.93" walkdir = "2.5.0" -tokio = { version = "1.40.0" } -rfd = { git = "https://github.com/PolyMeilex/rfd.git", rev = "e0e725ec9a426acf7c93d9877c41e230fcee3fac" } +tokio = "1.40.0" +rfd = "0.15.0" [workspace.lints.rust] # Clippy nightly often adds new/buggy lints that we want to ignore. diff --git a/deny.toml b/deny.toml index 61149e9e543a..f8f2610aea8d 100644 --- a/deny.toml +++ b/deny.toml @@ -79,8 +79,6 @@ github = [ "ruffle-rs", # TODO: Remove once a release with https://github.com/emilk/egui/pull/4939 in it is out. "emilk", - # TODO: Remove once a release with https://github.com/PolyMeilex/rfd/pull/209 in it is out. - "PolyMeilex", ] [advisories]