summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-27 22:26:48 +0000
committerGitHub <noreply@github.com>2024-02-27 22:26:48 +0000
commit3727754c21a77d5378f095d9cade76a139c5ac7b (patch)
treeb655832e3ebe1a663ba548a96a1108e44c9f5be5 /Cargo.toml
parentf505ceb757fde14aa3c3fa778610e50126a8f646 (diff)
build(deps): update rust crate windows to 0.54.0
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 a8276ee01..99e17ac78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -104,7 +104,7 @@ features = ["preserve_order", "indexmap2"]
deelevate = "0.2.0"
[target.'cfg(windows)'.dependencies.windows]
-version = "0.53.0"
+version = "0.54.0"
features = [
"Win32_Foundation",
"Win32_UI_Shell",