From 5e397559e7f4b907276f2a2f689cb519d304b8be Mon Sep 17 00:00:00 2001 From: bochaco Date: Wed, 3 Mar 2021 15:28:08 -0300 Subject: [PATCH] chore(data-types): upgrading data-types to v0.16.0 and sn_messaging to v8.0.0 BREAKING CHANGE: new Sequence data-type doesn't allow Policy mutations. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 82c6557cea..02daad2dd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,8 +25,8 @@ rand_chacha = "~0.2.2" thiserror = "1.0.23" xor_name = "1.1.0" resource_proof = "0.8.0" -sn_messaging = "~7.0.0" -sn_data_types = "~0.15.0" +sn_messaging = "~8.0.0" +sn_data_types = "~0.16.0" [dependencies.bls] package = "threshold_crypto"