From bc345e46439f647b07b9dfc77c37b8bd0a24d28d Mon Sep 17 00:00:00 2001 From: Yuji Ito Date: Tue, 9 Jul 2024 01:18:25 +0200 Subject: [PATCH] tower-abci: bump `tendermint@0.37` and prepare `0.15` (#51) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2eb4544..fc6dc3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-abci" -version = "0.14.0" +version = "0.15.0" authors = ["Henry de Valence "] edition = "2021" license = "MIT" @@ -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.36" -tendermint = "0.36" +tendermint-proto = "0.37" +tendermint = "0.37" bytes = "1" tokio = { version = "1", features = ["full"]} tokio-util = { version = "0.6", features = ["codec"] }