diff --git a/Cargo.toml b/Cargo.toml index e7821a5..ac261ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,8 +31,7 @@ serde_json = "1.0" service-manager = "0.5.1" sn_node_rpc_client = "0.2.4" sn_peers_acquisition = "0.2.2" -# sn_protocol = "0.10.8" -sn_protocol = { git = "https://github.com/jacderida/safe_network.git", branch = "backwards-compat-test" } +sn_protocol = "0.10.14" sn-releases = "0.1.6" sysinfo = "0.29.10" tokio = { version = "1.26", features = ["full"] }