From c7c410895fb95f561a5e207017d2cacc9b25a3ef Mon Sep 17 00:00:00 2001 From: oetyng Date: Fri, 23 Apr 2021 14:26:52 +0200 Subject: [PATCH] chore(deps): update sn_messaging BREAKING CHANGE: sn_messaging major version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f959342cc9..511f4a78db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ qp2p = "~0.11.3" rand = "~0.7.3" rand_chacha = "~0.2.2" resource_proof = "0.8.0" -sn_messaging = "17.0.1" +sn_messaging = "18.0.0" sn_data_types = "~0.18" thiserror = "1.0.23" tokio = "1.3.0"