summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Cargo.lock4
-rw-r--r--test/Cargo.toml1
-rw-r--r--test/test-runner/Cargo.toml2
3 files changed, 4 insertions, 3 deletions
diff --git a/test/Cargo.lock b/test/Cargo.lock
index 263e29b763..193de4c9ad 100644
--- a/test/Cargo.lock
+++ b/test/Cargo.lock
@@ -2171,7 +2171,7 @@ dependencies = [
"itertools 0.14.0",
"log",
"mullvad-types",
- "rand 0.8.5",
+ "rand 0.9.1",
"serde_json",
"talpid-types",
"thiserror 2.0.3",
@@ -3805,7 +3805,7 @@ dependencies = [
"nix 0.30.1",
"parity-tokio-ipc",
"plist",
- "rand 0.8.5",
+ "rand 0.9.1",
"rs-release",
"serde",
"serde_json",
diff --git a/test/Cargo.toml b/test/Cargo.toml
index 7b7b822d3d..fc89f94efd 100644
--- a/test/Cargo.toml
+++ b/test/Cargo.toml
@@ -85,3 +85,4 @@ async-trait = "0.1.58"
socket2 = "0.5.7"
surge-ping = "0.8"
nix = { version = "0.30.1", features = ["ioctl", "socket", "net", "signal"] }
+rand = "0.9"
diff --git a/test/test-runner/Cargo.toml b/test/test-runner/Cargo.toml
index ad01aecbc8..8a1b22e776 100644
--- a/test/test-runner/Cargo.toml
+++ b/test/test-runner/Cargo.toml
@@ -24,7 +24,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
tokio-serde = { workspace = true }
surge-ping = { workspace = true }
-rand = "0.8"
+rand = { workspace = true }
libc = "0.2"
chrono = { workspace = true, features = ["serde"] }