summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2022-09-27 17:05:00 +0200
committerDavid Lönnhager <david.l@mullvad.net>2022-09-28 16:23:01 +0200
commitd82e3ffe4fdb807ce69ec158d9f4596f76597122 (patch)
tree404b9d27381bef49b26e88681d54df972f1232c4 /Cargo.lock
parent3b2844507e077f33ca4f4b50cbcbc79ca166753c (diff)
downloadmullvadvpn-d82e3ffe4fdb807ce69ec158d9f4596f76597122.tar.xz
mullvadvpn-d82e3ffe4fdb807ce69ec158d9f4596f76597122.zip
Bump windows-sys to 0.42.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock87
1 files changed, 72 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c5fb503238..572e38f197 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1541,7 +1541,7 @@ dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
- "windows-sys",
+ "windows-sys 0.36.1",
]
[[package]]
@@ -1610,7 +1610,7 @@ dependencies = [
"serde",
"talpid-types",
"tokio",
- "windows-sys",
+ "windows-sys 0.42.0",
"winres",
]
@@ -1656,7 +1656,7 @@ dependencies = [
"uuid",
"winapi",
"windows-service",
- "windows-sys",
+ "windows-sys 0.42.0",
"winres",
]
@@ -1741,7 +1741,7 @@ dependencies = [
"talpid-types",
"tokio",
"uuid",
- "windows-sys",
+ "windows-sys 0.42.0",
"winres",
]
@@ -1784,7 +1784,7 @@ dependencies = [
"talpid-types",
"tokio",
"widestring 0.5.1",
- "windows-sys",
+ "windows-sys 0.42.0",
]
[[package]]
@@ -2104,7 +2104,7 @@ dependencies = [
"libc",
"redox_syscall",
"smallvec",
- "windows-sys",
+ "windows-sys 0.36.1",
]
[[package]]
@@ -3153,7 +3153,7 @@ dependencies = [
"widestring 0.5.1",
"winapi",
"windows-service",
- "windows-sys",
+ "windows-sys 0.42.0",
"winreg",
"zeroize",
]
@@ -3185,7 +3185,7 @@ dependencies = [
"tonic",
"tonic-build",
"tower",
- "windows-sys",
+ "windows-sys 0.42.0",
"winres",
]
@@ -3195,7 +3195,7 @@ version = "0.1.0"
dependencies = [
"rs-release",
"talpid-dbus",
- "windows-sys",
+ "windows-sys 0.42.0",
]
[[package]]
@@ -3968,7 +3968,7 @@ dependencies = [
"bitflags",
"err-derive",
"widestring 1.0.2",
- "windows-sys",
+ "windows-sys 0.36.1",
]
[[package]]
@@ -3977,44 +3977,101 @@ version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
- "windows_aarch64_msvc",
- "windows_i686_gnu",
- "windows_i686_msvc",
- "windows_x86_64_gnu",
- "windows_x86_64_msvc",
+ "windows_aarch64_msvc 0.36.1",
+ "windows_i686_gnu 0.36.1",
+ "windows_i686_msvc 0.36.1",
+ "windows_x86_64_gnu 0.36.1",
+ "windows_x86_64_msvc 0.36.1",
]
[[package]]
+name = "windows-sys"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
+dependencies = [
+ "windows_aarch64_gnullvm",
+ "windows_aarch64_msvc 0.42.0",
+ "windows_i686_gnu 0.42.0",
+ "windows_i686_msvc 0.42.0",
+ "windows_x86_64_gnu 0.42.0",
+ "windows_x86_64_gnullvm",
+ "windows_x86_64_msvc 0.42.0",
+]
+
+[[package]]
+name = "windows_aarch64_gnullvm"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
+
+[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
+name = "windows_aarch64_msvc"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
+
+[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
+name = "windows_i686_gnu"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
+
+[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
+name = "windows_i686_msvc"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
+
+[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
+name = "windows_x86_64_gnu"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
+
+[[package]]
+name = "windows_x86_64_gnullvm"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
+
+[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
+name = "windows_x86_64_msvc"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
+
+[[package]]
name = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"