summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2023-08-03 09:45:14 +0200
committerLinus Färnstrand <linus@mullvad.net>2023-08-03 09:45:14 +0200
commite33f5a9b95656d69f4fea68262f9bee296b26f42 (patch)
treea848d9585e04ae8335f3cfca36f67b5f335b0684
parentad233d372351610f20ad618c4520929fe60a395b (diff)
parent223469ad74c189412b5f400503d12086d7c9486e (diff)
downloadmullvadvpn-e33f5a9b95656d69f4fea68262f9bee296b26f42.tar.xz
mullvadvpn-e33f5a9b95656d69f4fea68262f9bee296b26f42.zip
Merge branch 'upgrade-tokio-tfo'
-rw-r--r--Cargo.lock77
1 files changed, 22 insertions, 55 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5c37afd3d5..b679eb5652 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1406,7 +1406,7 @@ dependencies = [
"httpdate",
"itoa 1.0.1",
"pin-project-lite",
- "socket2",
+ "socket2 0.4.9",
"tokio",
"tower-service",
"tracing",
@@ -1566,7 +1566,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"
dependencies = [
- "socket2",
+ "socket2 0.4.9",
"widestring 0.5.1",
"winapi",
"winreg",
@@ -3286,7 +3286,7 @@ dependencies = [
"serde_json",
"serde_urlencoded",
"shadowsocks-crypto",
- "socket2",
+ "socket2 0.4.9",
"spin 0.9.2",
"thiserror",
"tokio",
@@ -3354,7 +3354,7 @@ dependencies = [
"regex",
"serde",
"shadowsocks",
- "socket2",
+ "socket2 0.4.9",
"spin 0.9.2",
"thiserror",
"tokio",
@@ -3435,6 +3435,16 @@ dependencies = [
]
[[package]]
+name = "socket2"
+version = "0.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
+dependencies = [
+ "libc",
+ "windows-sys 0.48.0",
+]
+
+[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3631,7 +3641,7 @@ dependencies = [
"prost",
"shadowsocks-service",
"shell-escape",
- "socket2",
+ "socket2 0.4.9",
"talpid-routing",
"talpid-tunnel",
"talpid-types",
@@ -3765,7 +3775,7 @@ dependencies = [
"err-derive",
"futures",
"libc",
- "socket2",
+ "socket2 0.4.9",
"winapi",
"windows-sys 0.45.0",
]
@@ -3794,7 +3804,7 @@ dependencies = [
"parking_lot",
"rand 0.8.5",
"rtnetlink",
- "socket2",
+ "socket2 0.4.9",
"talpid-dbus",
"talpid-routing",
"talpid-tunnel",
@@ -3889,7 +3899,7 @@ dependencies = [
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
- "socket2",
+ "socket2 0.4.9",
"tokio-macros",
"windows-sys 0.48.0",
]
@@ -3938,9 +3948,9 @@ dependencies = [
[[package]]
name = "tokio-tfo"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "35ccf89920b48afc418f18135342355d30ad048f3c95ba54670f50a52371a439"
+checksum = "f30b433f102de6c9b0546dc73398ba3d38d8a556f29f731268451e0b1b3aab9e"
dependencies = [
"cfg-if",
"futures",
@@ -3948,9 +3958,9 @@ dependencies = [
"log",
"once_cell",
"pin-project",
- "socket2",
+ "socket2 0.5.3",
"tokio",
- "windows-sys 0.36.1",
+ "windows-sys 0.48.0",
]
[[package]]
@@ -4549,19 +4559,6 @@ dependencies = [
[[package]]
name = "windows-sys"
-version = "0.36.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
-dependencies = [
- "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.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
@@ -4622,12 +4619,6 @@ checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
@@ -4640,12 +4631,6 @@ checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
@@ -4658,12 +4643,6 @@ checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
@@ -4676,12 +4655,6 @@ checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
@@ -4706,12 +4679,6 @@ checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"