From b3608074dba4a931111a6cbb53184a7cd86f7b5b Mon Sep 17 00:00:00 2001 From: Lionel Faber Date: Thu, 3 Jun 2021 20:26:22 +0530 Subject: [PATCH] chore(deps): update sn_messaging to v29 BREAKING CHANGE: the messaging update includes a breaking change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e54436aef..9467c07478 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ qp2p = "~0.11.9" rand = "~0.7.3" rand_chacha = "~0.2.2" resource_proof = "0.8.0" -sn_messaging = "28.0.0" +sn_messaging = "29.0.0" sn_data_types = "~0.18.3" thiserror = "1.0.23" tokio = "1.3.0"