From e87378dae3faa019caf3d237e5812d876ce72619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Mon, 23 Dec 2024 19:50:50 +0100 Subject: [PATCH] Update substrate/client/authority-discovery/Cargo.toml --- substrate/client/authority-discovery/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/substrate/client/authority-discovery/Cargo.toml b/substrate/client/authority-discovery/Cargo.toml index 0ef400e5d3b6..7fbcdf48f6fa 100644 --- a/substrate/client/authority-discovery/Cargo.toml +++ b/substrate/client/authority-discovery/Cargo.toml @@ -24,8 +24,6 @@ async-trait = { workspace = true } codec = { workspace = true } futures = { workspace = true } futures-timer = { workspace = true } -multihash = { workspace = true } -ip_network = { workspace = true } linked_hash_set = { workspace = true } log = { workspace = true, default-features = true } multihash = { workspace = true }