From 998568ab76cc8ba36fe47d5fca17bcc997aa391c Mon Sep 17 00:00:00 2001 From: hozan23 Date: Thu, 23 May 2024 15:43:04 +0200 Subject: p2p: wrap the buckets with mutex in RoutingTable --- p2p/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'p2p/Cargo.toml') diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml index 22236e3..fe46953 100644 --- a/p2p/Cargo.toml +++ b/p2p/Cargo.toml @@ -48,6 +48,7 @@ futures-rustls = { version = "0.25.1", features = [ ], optional = true } tokio-rustls = { version = "0.26.0", features = ["aws-lc-rs"], optional = true } rustls-pki-types = "1.7.0" +parking_lot = "0.12.2" [dev-dependencies] async-std = "1.12.0" -- cgit v1.2.3