From ed99c0714f690e1216c9da06baaa0b17b8fff06c Mon Sep 17 00:00:00 2001 From: Roland Sherwin Date: Mon, 22 Jan 2024 22:23:58 +0530 Subject: [PATCH] chore(deps): update sn_protocol to the newer version --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0353f3c..8a617c3 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"] }