diff --git a/Cargo.lock b/Cargo.lock index 791270197..9fa77ce16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3662,8 +3662,9 @@ dependencies = [ [[package]] name = "tinyfiledialogs" -version = "3.3.10" -source = "git+https://github.com/jdm/tinyfiledialogs-rs?rev=1a235d1#1a235d1b14f05354af23ecd0781dba2fe72fdd83" +version = "3.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9545b2375cbcb7a7d70cca5e92fbaa096fd89bebd2fbc54a3da7f37d15a54e6b" dependencies = [ "cc", "libc", diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index d3b9435ac..178f5aed1 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -21,7 +21,7 @@ url = "2.2.2" clipboard = "0.5.0" dirs = "3.0" isahc = "1.4.0" -tinyfiledialogs = { git = "https://github.com/jdm/tinyfiledialogs-rs", rev = "1a235d1" } +tinyfiledialogs = "3.8.3" [target.'cfg(windows)'.dependencies] winapi = "0.3.9"