From 04bfe4b65ec28af7c4d4a8b49e92f056a261796e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 03:03:50 +0000 Subject: [PATCH] Bump winres from 0.1.11 to 0.1.12 Bumps [winres](https://github.com/mxre/winres) from 0.1.11 to 0.1.12. - [Release notes](https://github.com/mxre/winres/releases) - [Commits](https://github.com/mxre/winres/compare/v0.1.11...v0.1.12) --- updated-dependencies: - dependency-name: winres dependency-type: direct:production update-type: version-update:semver-patch ... 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 f4c1d3b..17d0c77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1603,9 +1603,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "winres" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff4fb510bbfe5b8992ff15f77a2e6fe6cf062878f0eda00c0f44963a807ca5dc" +checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c" dependencies = [ "toml", ] diff --git a/Cargo.toml b/Cargo.toml index e31e4b8..64893cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ thread-priority = "0.2.4" thread-priority = "0.2.4" [build-dependencies] -winres = "0.1.11" +winres = "0.1.12" [dev-dependencies] serde_bytes = "0.11.5"