From 06beff65252d56d4194a90813281d0045af92852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:51:21 +0000 Subject: [PATCH] Update tauri-winres requirement from 0.1 to 0.2 Updates the requirements on [tauri-winres](https://github.com/tauri-apps/winres) to permit the latest version. - [Release notes](https://github.com/tauri-apps/winres/releases) - [Changelog](https://github.com/tauri-apps/winres/blob/main/CHANGELOG.md) - [Commits](https://github.com/tauri-apps/winres/compare/winres-v0.1...winres-v0.2) --- updated-dependencies: - dependency-name: tauri-winres dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- anise-gui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anise-gui/Cargo.toml b/anise-gui/Cargo.toml index 25e802a7..ba20627f 100644 --- a/anise-gui/Cargo.toml +++ b/anise-gui/Cargo.toml @@ -27,7 +27,7 @@ poll-promise = { version = "0.3.0", features = ["web"] } [target.'cfg(windows)'.build-dependencies] -tauri-winres = "0.1" +tauri-winres = "0.2" [package.metadata.tauri-winres] FileDescription = "Inspect SPICE SPK and PCK binary files"