From 1485544008a73b9c2b08d372d18d61b66f49a9bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:12:03 +0000 Subject: [PATCH] Bump embed-resource from 2.4.3 to 2.5.0 in the deps group Bumps the deps group with 1 update: [embed-resource](https://github.com/nabijaczleweli/rust-embed-resource). Updates `embed-resource` from 2.4.3 to 2.5.0 - [Release notes](https://github.com/nabijaczleweli/rust-embed-resource/releases) - [Commits](https://github.com/nabijaczleweli/rust-embed-resource/compare/v2.4.3...v2.5.0) --- updated-dependencies: - dependency-name: embed-resource dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cargo-quickinstall/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee34bf55b2..18242e0147 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,9 +35,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "embed-resource" -version = "2.4.3" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602" +checksum = "f4e24052d7be71f0efb50c201557f6fe7d237cfd5a64fd5bcd7fd8fe32dbbffa" dependencies = [ "cc", "memchr", diff --git a/cargo-quickinstall/Cargo.toml b/cargo-quickinstall/Cargo.toml index f726a8149b..9989aa0ed7 100644 --- a/cargo-quickinstall/Cargo.toml +++ b/cargo-quickinstall/Cargo.toml @@ -16,7 +16,7 @@ tempfile = "3.12.0" guess_host_triple = "0.1.4" [build-dependencies] -embed-resource = "2.4.1" +embed-resource = "2.5.0" [dev-dependencies] mktemp = "0.5.1"