From 807b22eabd5708b78ffb0a08e3ddd871e8a6a747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 20:08:46 +0000 Subject: [PATCH] build(deps): bump tinyfiledialogs from 3.8.3 to 3.9.0 Bumps [tinyfiledialogs](https://github.com/jdm/tinyfiledialogs-rs) from 3.8.3 to 3.9.0. - [Release notes](https://github.com/jdm/tinyfiledialogs-rs/releases) - [Commits](https://github.com/jdm/tinyfiledialogs-rs/commits/v3.9.0) --- updated-dependencies: - dependency-name: tinyfiledialogs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- desktop/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4d0d1610..664718489 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3568,9 +3568,9 @@ dependencies = [ [[package]] name = "tinyfiledialogs" -version = "3.8.3" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9545b2375cbcb7a7d70cca5e92fbaa096fd89bebd2fbc54a3da7f37d15a54e6b" +checksum = "adc577626a3c26e4e1d470dbe5fe33d6fabc14e57114cb377acdb4da1a17dde9" dependencies = [ "cc", "libc", diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index 94967d5a1..a17dff4ad 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -20,7 +20,7 @@ url = "2.2.2" clipboard = "0.5.0" dirs = "4.0" isahc = "1.6.0" -tinyfiledialogs = "3.8.3" +tinyfiledialogs = "3.9.0" [target.'cfg(windows)'.dependencies] winapi = "0.3.9"