From 90120ea9a4199e4f71c36b9ec3406c86e51b147d Mon Sep 17 00:00:00 2001 From: stringhandler Date: Fri, 5 May 2023 13:13:06 +0200 Subject: [PATCH] loosen uuid dep --- base_layer/contacts/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_layer/contacts/Cargo.toml b/base_layer/contacts/Cargo.toml index 0ce5fb1590..9d5909b61e 100644 --- a/base_layer/contacts/Cargo.toml +++ b/base_layer/contacts/Cargo.toml @@ -30,7 +30,7 @@ rand = "0.7.3" thiserror = "1.0.26" tokio = { version = "1.23", features = ["sync", "macros"] } tower = "0.4" -uuid = { version = "1.3.1", features = ["v4"] } +uuid = { version = "1.3", features = ["v4"] } [dev-dependencies] tari_comms_dht = { path = "../../comms/dht", features = ["test-mocks"] }