From a6258ec91d99b141b17df90b6fd1d231f60e2bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:39:37 +0000 Subject: [PATCH] Bump tinyfiledialogs from 3.3.10 to 3.8.3 Bumps [tinyfiledialogs](https://github.com/jdm/tinyfiledialogs-rs) from 3.3.10 to 3.8.3. - [Release notes](https://github.com/jdm/tinyfiledialogs-rs/releases) - [Commits](https://github.com/jdm/tinyfiledialogs-rs/commits) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cb4fe5..ea8a81a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1091,9 +1091,9 @@ dependencies = [ [[package]] name = "tinyfiledialogs" -version = "3.3.10" +version = "3.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c45fb26c3f37d9a8b556e51f6d7f13f685af766017030af56e9247e638aa6194" +checksum = "9545b2375cbcb7a7d70cca5e92fbaa096fd89bebd2fbc54a3da7f37d15a54e6b" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index ccce2e3..c549eb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ lazy_static = "1.4.0" # Optional dependencies regulated by features web-view = { version = "0.7.3", features = [], optional = true } -tinyfiledialogs = { version = "3.3.10", optional = true } +tinyfiledialogs = { version = "3.8.3", optional = true } open = { version = "1.7.0", optional = true } [target.'cfg(windows)'.dependencies]