From dfb16e385c07eadbaf043bb37a01ee95a70ef925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogdan-=C8=98tefan=20Neac=C5=9Fu?= Date: Fri, 5 Jul 2024 07:53:33 +0000 Subject: [PATCH] Rand from workspace --- common/authenticator-requests/Cargo.toml | 2 +- common/ip-packet-requests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/authenticator-requests/Cargo.toml b/common/authenticator-requests/Cargo.toml index 03fbf4f34f..dfe51ae0d2 100644 --- a/common/authenticator-requests/Cargo.toml +++ b/common/authenticator-requests/Cargo.toml @@ -10,7 +10,7 @@ license.workspace = true [dependencies] bincode = { workspace = true } -rand = "0.8.5" +rand = { workspace = true } serde = { workspace = true, features = ["derive"] } nym-sphinx = { path = "../nymsphinx" } diff --git a/common/ip-packet-requests/Cargo.toml b/common/ip-packet-requests/Cargo.toml index 6a7eb57ae0..60581a4278 100644 --- a/common/ip-packet-requests/Cargo.toml +++ b/common/ip-packet-requests/Cargo.toml @@ -14,7 +14,7 @@ bytes = { workspace = true } nym-bin-common = { path = "../bin-common" } nym-crypto = { path = "../crypto" } nym-sphinx = { path = "../nymsphinx" } -rand = "0.8.5" +rand = { workspace = true } serde = { workspace = true, features = ["derive"] } thiserror = { workspace = true } time = { workspace = true }