From 228b44e25bbc4a0d2049057e79ea24dc1d909cd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:40:11 +0000 Subject: [PATCH] chore(deps): update rust crate embed-resource to 1.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34dc902f..9fc45457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ features = [ ] [target."cfg(windows)".build-dependencies] -embed-resource = "1.6" +embed-resource = "1.8" [build-dependencies] home = { version = "0.5", optional = true }