Skip to content

Commit 4b73065

Browse files
authored
tower-abci: use [email protected] (#46)
1 parent d18d3e6 commit 4b73065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ documentation = "https://docs.rs/tower-abci"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
tendermint-proto = "0.34"
15-
tendermint = "0.34"
14+
tendermint-proto = "0.35"
15+
tendermint = "0.35"
1616
bytes = "1"
1717
tokio = { version = "1", features = ["full"]}
1818
tokio-util = { version = "0.6", features = ["codec"] }

0 commit comments

Comments
 (0)