summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorJoakim Hulthe <joakim@hulthe.net>2025-06-02 15:18:50 +0200
committerJoakim Hulthe <joakim.hulthe@mullvad.net>2025-06-10 17:08:40 +0200
commit81d4d389bd49ccc99d3c2b64dd38bdb60f96c9d7 (patch)
tree323be99657016b5f7a2401568cfcae90b2eb7fb4 /test
parent025cad79baa0236c0edf50e82a29d7c91cd69b6f (diff)
downloadmullvadvpn-81d4d389bd49ccc99d3c2b64dd38bdb60f96c9d7.tar.xz
mullvadvpn-81d4d389bd49ccc99d3c2b64dd38bdb60f96c9d7.zip
Update nix to 0.30 everywhere
Diffstat (limited to 'test')
-rw-r--r--test/Cargo.lock34
-rw-r--r--test/Cargo.toml2
2 files changed, 7 insertions, 29 deletions
diff --git a/test/Cargo.lock b/test/Cargo.lock
index dee10ed1cb..0c6560ef46 100644
--- a/test/Cargo.lock
+++ b/test/Cargo.lock
@@ -2009,15 +2009,6 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
[[package]]
name = "memoffset"
-version = "0.6.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
-dependencies = [
- "autocfg",
-]
-
-[[package]]
-name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
@@ -2152,7 +2143,7 @@ dependencies = [
"log",
"mullvad-paths",
"mullvad-types",
- "nix 0.23.2",
+ "nix 0.30.1",
"parity-tokio-ipc",
"prost 0.13.3",
"prost-types 0.13.3",
@@ -2245,19 +2236,6 @@ checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
[[package]]
name = "nix"
-version = "0.23.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
-dependencies = [
- "bitflags 1.3.2",
- "cc",
- "cfg-if",
- "libc",
- "memoffset 0.6.5",
-]
-
-[[package]]
-name = "nix"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
@@ -2271,9 +2249,9 @@ dependencies = [
[[package]]
name = "nix"
-version = "0.29.0"
+version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
+checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
dependencies = [
"bitflags 2.6.0",
"cfg-if",
@@ -3653,7 +3631,7 @@ dependencies = [
name = "talpid-time"
version = "0.0.0"
dependencies = [
- "nix 0.29.0",
+ "nix 0.30.1",
"tokio",
]
@@ -3756,7 +3734,7 @@ dependencies = [
"mullvad-relay-selector",
"mullvad-types",
"mullvad-version",
- "nix 0.29.0",
+ "nix 0.30.1",
"pcap",
"pnet_base",
"pnet_packet",
@@ -3817,7 +3795,7 @@ dependencies = [
"libc",
"log",
"mullvad-paths",
- "nix 0.29.0",
+ "nix 0.30.1",
"parity-tokio-ipc",
"plist",
"rand 0.8.5",
diff --git a/test/Cargo.toml b/test/Cargo.toml
index a46acb7237..26e716df24 100644
--- a/test/Cargo.toml
+++ b/test/Cargo.toml
@@ -84,4 +84,4 @@ bytes = "1.3.0"
async-trait = "0.1.58"
socket2 = "0.5.7"
surge-ping = "0.8"
-nix = { version = "0.29", features = ["ioctl", "socket", "net"] }
+nix = { version = "0.30.1", features = ["ioctl", "socket", "net"] }