summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-03-19 18:04:19 +0100
committerDavid Lönnhager <david.l@mullvad.net>2025-03-19 18:04:19 +0100
commit33cd7ac10507fa06ced098db2d82d2e013360970 (patch)
tree28d0bb51b11ae7618bdcf861e553efdae8487894 /Cargo.lock
parent01102af2d21cb2eadc36a422359a4eca1ed5fc17 (diff)
parent53ad0f1b82f0528649f544c243ff017b888f14ae (diff)
downloadmullvadvpn-33cd7ac10507fa06ced098db2d82d2e013360970.tar.xz
mullvadvpn-33cd7ac10507fa06ced098db2d82d2e013360970.zip
Merge branch 'rename-win-shortcuts'
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock18
1 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f6b3c2c335..5d4adf2281 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5813,15 +5813,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
[[package]]
-name = "win-shortcuts"
-version = "0.0.0"
-dependencies = [
- "neon",
- "thiserror 2.0.9",
- "windows 0.59.0",
-]
-
-[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -6140,6 +6131,15 @@ dependencies = [
]
[[package]]
+name = "windows-utils"
+version = "0.0.0"
+dependencies = [
+ "neon",
+ "thiserror 2.0.9",
+ "windows 0.59.0",
+]
+
+[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"