From d0571a3a3d1b544fe0bef194f7770c0f01e50ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 05:07:33 +0000 Subject: [PATCH] Bump nfd2 from 0.3.0 to 0.3.1 Bumps [nfd2](https://github.com/EmbarkStudios/nfd2) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/EmbarkStudios/nfd2/releases) - [Changelog](https://github.com/EmbarkStudios/nfd2/blob/main/CHANGELOG.md) - [Commits](https://github.com/EmbarkStudios/nfd2/compare/0.3.0...0.3.1) --- updated-dependencies: - dependency-name: nfd2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ferrous-native/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d938c4c..3666ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,9 +1216,9 @@ dependencies = [ [[package]] name = "nfd2" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "306127f5ff8cb7c8cd3a8cf0fc162f4dc76ed589efa01ee84eb5593e7be97f75" +checksum = "4001f1a6d9abb85ad5e983dca9906b46dbee553c687cc789bc5d09aa0feffaa5" dependencies = [ "cc", ] diff --git a/ferrous-native/Cargo.toml b/ferrous-native/Cargo.toml index f8bdddd..328b955 100644 --- a/ferrous-native/Cargo.toml +++ b/ferrous-native/Cargo.toml @@ -10,6 +10,6 @@ imgui = "0.7.0" imgui-glium-renderer = "0.7.0" imgui-memory-editor = { git = "https://github.com/NightShade256/rust-imgui-memory-editor" } imgui-winit-support = "0.7.0" -nfd2 = "0.3.0" +nfd2 = "0.3.1" rodio = "0.13.1" serde_json = "1.0.67"