Skip to content

Commit 7e5d68d

Browse files
deps: update prost to 0.13
1 parent c3cc86c commit 7e5d68d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ documentation = "https://docs.rs/tower-abci"
1414
tendermint-proto = "0.38"
1515
tendermint = "0.38"
1616
bytes = "1"
17-
tokio = { version = "1", features = ["full"]}
17+
tokio = { version = "1", features = ["full"] }
1818
tokio-util = { version = "0.6", features = ["codec"] }
1919
tokio-stream = "0.1"
20-
tower = { version = "0.4", features = ["full"]}
20+
tower = { version = "0.4", features = ["full"] }
2121
pin-project = "1"
2222
futures = "0.3"
2323
tracing = "0.1"
24-
prost = "0.12"
24+
prost = "0.13"
2525

2626
[dev-dependencies]
2727
structopt = "0.3"

0 commit comments

Comments
 (0)