summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-03-14 11:17:18 +0100
committerDavid Lönnhager <david.l@mullvad.net>2023-03-14 11:17:18 +0100
commit884f8d8c52bc9ed063abeb09295d8bd7483ea8dc (patch)
tree2c1f31025731dc54100e3b2b4a51c78d837f5403 /mullvad-cli
parent45aec8a4d48180333cc082fbd63341ae58868d40 (diff)
parent9f20723ac9df757263fb9c6f7749d20395b76ceb (diff)
downloadmullvadvpn-884f8d8c52bc9ed063abeb09295d8bd7483ea8dc.tar.xz
mullvadvpn-884f8d8c52bc9ed063abeb09295d8bd7483ea8dc.zip
Merge branch 'update-windows-deps'
Diffstat (limited to 'mullvad-cli')
-rw-r--r--mullvad-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index fa671fd3c0..2ba23a65ca 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -38,7 +38,7 @@ winres = "0.1"
mullvad-version = { path = "../mullvad-version" }
[target.'cfg(windows)'.build-dependencies.windows-sys]
-version = "0.42.0"
+version = "0.45.0"
features = [
"Win32_System_SystemServices",
]