summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-14 20:50:05 +0000
committerGitHub <noreply@github.com>2025-04-14 20:50:05 +0000
commit411ac3ae2dac82963ede9431054e187b8a089967 (patch)
tree6e42c280781c57aeb8a1728f5435a6fa4a81d65e
parentfeat: update PKGBUILD pkgver fn, dependencies (diff)
downloadiced-builder-411ac3ae2dac82963ede9431054e187b8a089967.tar.gz
chore(deps): bump windows_exe_info from 0.4.2 to 0.5.1
Bumps [windows_exe_info](https://github.com/MasterOfRespawn/windows_exe_info) from 0.4.2 to 0.5.1. - [Commits](https://github.com/MasterOfRespawn/windows_exe_info/commits) --- updated-dependencies: - dependency-name: windows_exe_info dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--Cargo.lock11
-rw-r--r--Cargo.toml2
2 files changed, 10 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ee2f5e1..1aee68c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -659,6 +659,12 @@ dependencies = [
]
[[package]]
+name = "camino"
+version = "1.1.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
+
+[[package]]
name = "cc"
version = "1.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -5809,10 +5815,11 @@ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
[[package]]
name = "windows_exe_info"
-version = "0.4.2"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f7e7bfd02caf5cd98a197cec15c852685c8c42605f91d7be3083541a0b40a7ff"
+checksum = "e0960cd3c8e7c1a55327ac8206395748c8145dc56c524057d1d50ab80300f49f"
dependencies = [
+ "camino",
"embed-resource 2.5.1",
]
diff --git a/Cargo.toml b/Cargo.toml
index 623bb62..d646fd7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ xdg = "2.5.2"
[target.'cfg(windows)'.build-dependencies]
embed-resource = "3.0.1"
-windows_exe_info = "0.4"
+windows_exe_info = "0.5"
[profile.dev]
opt-level = 1