chore: Bump tinyfiledialogs to 3.8.3

This commit is contained in:
Mike Welsh 2021-05-31 12:31:00 -07:00
parent 83243acc37
commit d3512ca3a1
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -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",

View File

@ -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"