From 4b7306578b93a4def9d76abae8e2a46c8ee6952f Mon Sep 17 00:00:00 2001 From: Yuji Ito Date: Mon, 29 Apr 2024 00:27:29 +0200 Subject: [PATCH] tower-abci: use `tendermint@0.35` (#46) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5f38218..59c2ad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ documentation = "https://docs.rs/tower-abci" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tendermint-proto = "0.34" -tendermint = "0.34" +tendermint-proto = "0.35" +tendermint = "0.35" bytes = "1" tokio = { version = "1", features = ["full"]} tokio-util = { version = "0.6", features = ["codec"] }