summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-01 09:16:01 +0000
committerGitHub <noreply@github.com>2024-05-01 09:16:01 +0000
commit39cccdf5574ec0ca5d9e8891f81b5ae56dd41e1e (patch)
tree4bba601159e6bd9a2536d6b881d0c528c2dd61b5
parentd4273adf6b4bd85f131371cc2bd38b4990ff8c2a (diff)
chore(deps): update rust crate windows-sys to 0.52.0renovate/windows-sys-0.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d848f4e5d..e6013b457 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -332,7 +332,7 @@ unicode-width = "0.1.12"
utf-8 = "0.7.6"
walkdir = "2.5"
winapi-util = "0.1.8"
-windows-sys = { version = "0.48.0", default-features = false }
+windows-sys = { version = "0.52.0", default-features = false }
xattr = "1.3.1"
zip = { version = "1.1.3", default-features = false, features = ["deflate"] }