summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-08-22 17:27:36 -0400
committerGitHub <noreply@github.com>2023-08-22 17:27:36 -0400
commitac55add21e88939d78c23e9be99ff5f38f5a461e (patch)
tree20f6fa0028b26b766f99016c53a3650f9934ba08 /Cargo.toml
parent2e2b32ce7120713d62017a4957a3a58b06fd609d (diff)
deps: bump windows to 0.51.1 (#1279)
* deps: bump windows to 0.51.1 * some changes to fit new API
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 3ef11a54..2e0c7c2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -114,7 +114,7 @@ core-foundation = "0.9.3"
mach2 = "0.4.1"
[target.'cfg(target_os = "windows")'.dependencies]
-windows = { version = "0.48.0", features = [
+windows = { version = "0.51.1", features = [
"Win32_Foundation",
"Win32_Security",
"Win32_Storage_FileSystem",