summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml1
-rw-r--r--talpid-core/Cargo.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4a787953bd..fe2f6b61c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -97,6 +97,7 @@ serde_json = "1.0.122"
windows-sys = "0.52.0"
nix = "0.30.1"
strum = { version = "0.27" }
+rand = "0.9"
# Networking
pnet_packet = "0.35.0"
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index d7303d9d7c..f2919169da 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -22,7 +22,7 @@ ipnetwork = { workspace = true }
libc = "0.2"
log = { workspace = true }
parking_lot = "0.12.0"
-rand = "0.9.0"
+rand = { workspace = true }
talpid-routing = { path = "../talpid-routing" }
talpid-tunnel = { path = "../talpid-tunnel" }
talpid-tunnel-config-client = { path = "../talpid-tunnel-config-client" }