We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cc86c commit 7e5d68dCopy full SHA for 7e5d68d
Cargo.toml
@@ -14,14 +14,14 @@ documentation = "https://docs.rs/tower-abci"
14
tendermint-proto = "0.38"
15
tendermint = "0.38"
16
bytes = "1"
17
-tokio = { version = "1", features = ["full"]}
+tokio = { version = "1", features = ["full"] }
18
tokio-util = { version = "0.6", features = ["codec"] }
19
tokio-stream = "0.1"
20
-tower = { version = "0.4", features = ["full"]}
+tower = { version = "0.4", features = ["full"] }
21
pin-project = "1"
22
futures = "0.3"
23
tracing = "0.1"
24
-prost = "0.12"
+prost = "0.13"
25
26
[dev-dependencies]
27
structopt = "0.3"
0 commit comments