summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-22 18:09:17 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-22 21:46:29 +0000
commit5163dbad8d09ec77dedc906072b73623191c8c5d (patch)
tree577370628ad9fd8045b698da7f34914f06f8e02f /Cargo.toml
parenteeadf432e6688bcf79e8e2a953ea3bdc6de16b1b (diff)
build(deps): update rust crate windows to 0.53.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 5a88ef9f6..f5f8db840 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.52.0"
+version = "0.53.0"
features = [
"Win32_Foundation",
"Win32_UI_Shell",