summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk László <116908301+pml68@users.noreply.github.com>2025-04-15 01:47:15 +0200
committerGitHub <noreply@github.com>2025-04-15 01:47:15 +0200
commita28b524b445dd2e7707c140c2c1f57354241a848 (patch)
tree6e42c280781c57aeb8a1728f5435a6fa4a81d65e /Cargo.toml
parentfeat: update PKGBUILD pkgver fn, dependencies (diff)
parentchore(deps): bump windows_exe_info from 0.4.2 to 0.5.1 (diff)
downloadiced-builder-a28b524b445dd2e7707c140c2c1f57354241a848.tar.gz
Merge pull request #14 from pml68/dependabot/cargo/windows_exe_info-0.5.1
chore(deps): bump windows_exe_info from 0.4.2 to 0.5.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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