Skip to content

Commit

Permalink
tendermint-rs 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Oct 31, 2023
1 parent f275fff commit 9636f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tendermint-proto = { version = "0.33.2" }
tendermint-proto = { version = "0.34.0" }
bytes = "1"
tokio = { version = "1", features = ["full"]}
tokio-util = { version = "0.6", features = ["codec"] }
Expand All @@ -17,7 +17,7 @@ tower = { version = "0.4", features = ["full"]}
pin-project = "1"
futures = "0.3"
tracing = { git = "https://github.com/tokio-rs/tracing/", tag = "tracing-0.1.30" }
prost = "0.11.0"
prost = "0.12.0"
tracing-tower = { git = "https://github.com/tokio-rs/tracing/", tag = "tracing-0.1.30" }

[dev-dependencies]
Expand Down

0 comments on commit 9636f0f

Please sign in to comment.