Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Oct 10, 2023
1 parent e897a33 commit 70cd61d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.33"
tendermint = "0.33"
tendermint-proto = "0.34"
tendermint = "0.34"
bytes = "1"
tokio = { version = "1", features = ["full"]}
tokio-util = { version = "0.6", features = ["codec"] }
Expand All @@ -21,7 +21,7 @@ tower = { version = "0.4", features = ["full"]}
pin-project = "1"
futures = "0.3"
tracing = "0.1"
prost = "0.11"
prost = "0.12"

[dev-dependencies]
structopt = "0.3"
Expand Down

0 comments on commit 70cd61d

Please sign in to comment.