From 26e1967e239f80f65219c9f1c3fb6e45ec7b99ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 05:51:54 +0000 Subject: [PATCH] chore(deps): update rust crate embed-resource to 1.7.3 (#764) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76abbce..77833f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,9 +487,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "embed-resource" -version = "1.7.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc24ff8d764818e9ab17963b0593c535f077a513f565e75e4352d758bc4d8c0" +checksum = "936c1354206a875581696369aef920e12396e93bbd251c43a7a3f3fa85023a7d" dependencies = [ "cc", "rustc_version", diff --git a/Cargo.toml b/Cargo.toml index a5278bd..00e6708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serial_test = "0.8.0" test-log = "0.2.10" [build-dependencies] -embed-resource = "1.7.2" +embed-resource = "1.7.3" [target.'cfg(windows)'.dependencies] csv = "1.1.6"