Skip to content

Commit 0e57406

Browse files
authored
tower-abci: bump tower@0.5 and prep 0.19 (#59)
Bumps tower to v0.5 to match the rest of the ecosystem (tonic, axum).
1 parent 1dd1e47 commit 0e57406

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Cargo.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tower-abci"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = [
55
"Penumbra Labs <team@penumbralabs.xyz>",
66
"Henry de Valence <hdevalence@penumbralabs.xyz"
@@ -17,17 +17,19 @@ documentation = "https://docs.rs/tower-abci"
1717
tendermint-proto = "0.40"
1818
tendermint = "0.40"
1919
bytes = "1"
20-
tokio = { version = "1", features = ["full"]}
20+
tokio = { version = "1", features = ["io-util", "macros", "net", "rt"] }
2121
tokio-util = { version = "0.6", features = ["codec"] }
2222
tokio-stream = "0.1"
23-
tower = { version = "0.4", features = ["full"]}
23+
tower = { version = "0.5", features = ["util"] }
2424
pin-project = "1"
2525
futures = "0.3"
2626
tracing = "0.1"
2727
prost = "0.13"
2828

2929
[dev-dependencies]
3030
structopt = "0.3"
31+
tokio = { version = "1", features = ["rt-multi-thread"] }
32+
tower = {version = "0.5", features = ["buffer", "limit", "load-shed"] }
3133
tracing-subscriber = "0.3.17"
3234

3335
[features]

0 commit comments

Comments
 (0)