summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-04-23 09:40:36 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-04-23 10:03:49 +0200
commit170458d27ad6c686bfa17f09339603ba45e7ee37 (patch)
treebceb0b736f40dfc259d9ee4a907ae04b80cddb38 /test
parent0a5b185f42bc633d95ff8906c3d5bb6a4595a3e0 (diff)
downloadmullvadvpn-170458d27ad6c686bfa17f09339603ba45e7ee37.tar.xz
mullvadvpn-170458d27ad6c686bfa17f09339603ba45e7ee37.zip
Upgrade rustls to avoid RUSTSEC-2024-0336
Diffstat (limited to 'test')
-rw-r--r--test/Cargo.lock49
1 files changed, 35 insertions, 14 deletions
diff --git a/test/Cargo.lock b/test/Cargo.lock
index 6d55901090..4060ab9977 100644
--- a/test/Cargo.lock
+++ b/test/Cargo.lock
@@ -2639,12 +2639,27 @@ dependencies = [
"libc",
"once_cell",
"spin 0.5.2",
- "untrusted",
+ "untrusted 0.7.1",
"web-sys",
"winapi",
]
[[package]]
+name = "ring"
+version = "0.17.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
+dependencies = [
+ "cc",
+ "cfg-if",
+ "getrandom 0.2.10",
+ "libc",
+ "spin 0.9.8",
+ "untrusted 0.9.0",
+ "windows-sys 0.52.0",
+]
+
+[[package]]
name = "ring-compat"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2659,7 +2674,7 @@ dependencies = [
"p256",
"p384",
"pkcs8",
- "ring",
+ "ring 0.16.20",
"signature",
]
@@ -2699,13 +2714,13 @@ dependencies = [
[[package]]
name = "rustls"
-version = "0.21.7"
+version = "0.21.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
+checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4"
dependencies = [
"log",
- "ring",
- "rustls-webpki 0.101.6",
+ "ring 0.17.8",
+ "rustls-webpki 0.101.7",
"sct",
]
@@ -2745,18 +2760,18 @@ version = "0.100.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3"
dependencies = [
- "ring",
- "untrusted",
+ "ring 0.16.20",
+ "untrusted 0.7.1",
]
[[package]]
name = "rustls-webpki"
-version = "0.101.6"
+version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
+checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
- "ring",
- "untrusted",
+ "ring 0.17.8",
+ "untrusted 0.9.0",
]
[[package]]
@@ -2801,8 +2816,8 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
- "ring",
- "untrusted",
+ "ring 0.16.20",
+ "untrusted 0.7.1",
]
[[package]]
@@ -3868,6 +3883,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
+name = "untrusted"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
+
+[[package]]
name = "url"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"