We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.7.0
1 parent 48cd573 commit a85676cCopy full SHA for a85676c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tower-abci"
3
-version = "0.6.0"
+version = "0.7.0"
4
authors = ["Henry de Valence <[email protected]>"]
5
edition = "2021"
6
license = "MIT"
@@ -11,8 +11,8 @@ documentation = "https://docs.rs/tower-abci"
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
13
[dependencies]
14
-tendermint-proto = "0.30.0"
15
-tendermint = "0.30.0"
+tendermint-proto = "0.31.1"
+tendermint = "0.31.1"
16
bytes = "1"
17
tokio = { version = "1", features = ["full"]}
18
tokio-util = { version = "0.6", features = ["codec"] }
@@ -25,7 +25,7 @@ prost = "0.11"
25
26
[dev-dependencies]
27
structopt = "0.3"
28
-tracing-subscriber = "0.2"
+tracing-subscriber = "0.3.17"
29
30
[features]
31
doc = []
0 commit comments