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"