block/Cargo.toml: Bump tokio-util to 0.7.

This commit is contained in:
Jonathan Davies 2023-05-09 14:33:21 +01:00
parent c9d26e8c50
commit 0f0795103d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ serde_bytes = "0.11"
futures = "0.3"
futures-util = "0.3"
tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] }
tokio-util = { version = "0.6", features = ["io"] }
tokio-util = { version = "0.7", features = ["io"] }
[features]
system-libs = [ "zstd/pkg-config" ]