Skip to content

Commit

Permalink
tower-abci: bump [email protected] (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: Erwan Or <[email protected]>
  • Loading branch information
yito88 and erwanor authored Nov 15, 2024
1 parent b7f8585 commit 2222b05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tower-abci"
version = "0.15.0"
version = "0.16.0"
authors = [
"Penumbra Labs <[email protected]>",
"Henry de Valence <[email protected]"
Expand All @@ -14,8 +14,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.37"
tendermint = "0.37"
tendermint-proto = "0.38"
tendermint = "0.38"
bytes = "1"
tokio = { version = "1", features = ["full"]}
tokio-util = { version = "0.6", features = ["codec"] }
Expand All @@ -24,7 +24,7 @@ tower = { version = "0.4", features = ["full"]}
pin-project = "1"
futures = "0.3"
tracing = "0.1"
prost = "0.12"
prost = "0.13"

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

0 comments on commit 2222b05

Please sign in to comment.