Skip to content

Commit 2222b05

Browse files
yito88erwanor
andauthored
tower-abci: bump [email protected] (#52)
Co-authored-by: Erwan Or <[email protected]>
1 parent b7f8585 commit 2222b05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tower-abci"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
authors = [
55
"Penumbra Labs <[email protected]>",
66
"Henry de Valence <[email protected]"
@@ -14,8 +14,8 @@ documentation = "https://docs.rs/tower-abci"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
tendermint-proto = "0.37"
18-
tendermint = "0.37"
17+
tendermint-proto = "0.38"
18+
tendermint = "0.38"
1919
bytes = "1"
2020
tokio = { version = "1", features = ["full"]}
2121
tokio-util = { version = "0.6", features = ["codec"] }
@@ -24,7 +24,7 @@ tower = { version = "0.4", features = ["full"]}
2424
pin-project = "1"
2525
futures = "0.3"
2626
tracing = "0.1"
27-
prost = "0.12"
27+
prost = "0.13"
2828

2929
[dev-dependencies]
3030
structopt = "0.3"

0 commit comments

Comments
 (0)