From 191aa149df2c698427a3bbdcf1d4387f9bc74731 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:37:16 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 198f37890e..2e9a393993 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,11 +146,11 @@ reqwest = "0.11.18" serde = "1.0.152" serde_json = "1.0.91" tap = "1.0.1" -tendermint-rpc = "=0.32" # same version as used by cosmrs +tendermint-rpc = "0.32" # same version as used by cosmrs thiserror = "1.0.38" tokio = "1.24.1" url = "2.2" zeroize = "1.6.0" # wasm-related dependencies -wasmtimer = "0.2.0" \ No newline at end of file +wasmtimer = "0.2.0"