diff --git a/Cargo.toml b/Cargo.toml index 063a467..65bbe67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service-manager = "0.5.1" sn_node_rpc_client = "0.1.43" -sn_peers_acquisition = { version = "0.1.10", features = ["network-contacts"] } +sn_peers_acquisition = "0.1.10" sn-releases = "0.1.4" sysinfo = "0.29.10" tokio = { version = "1.26", features = ["full"] }