Skip to content

Commit 4b148b7

Browse files
authored
tower-abci: prepare v0.19.1, bump [email protected] (#60)
Bumps tokio-util to 0.7. Similar to PR #59, this sets the version to 0.19.1. I went through all imports of tokio_utils and it looks like none of it is part of the crate's public API, making this a minor release. The only `pub` marked items are the `v{034,037,038}::codex::{Decode}` types, which `impl tokio_util::codec::Decoder` and `impl tokio_util::codec::Decoder`. But the crate does not actually export any of these items (and the `*::codex` modules stay private).
1 parent 0e57406 commit 4b148b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tower-abci"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
authors = [
55
"Penumbra Labs <[email protected]>",
66
"Henry de Valence <[email protected]"
@@ -18,7 +18,7 @@ tendermint-proto = "0.40"
1818
tendermint = "0.40"
1919
bytes = "1"
2020
tokio = { version = "1", features = ["io-util", "macros", "net", "rt"] }
21-
tokio-util = { version = "0.6", features = ["codec"] }
21+
tokio-util = { version = "0.7", features = ["codec"] }
2222
tokio-stream = "0.1"
2323
tower = { version = "0.5", features = ["util"] }
2424
pin-project = "1"

0 commit comments

Comments
 (0)