aboutsummaryrefslogtreecommitdiff
path: root/src/block
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-05-09 14:33:21 +0100
committerJonathan Davies <jpds@protonmail.com>2023-05-09 14:33:21 +0100
commit0f0795103d1e20750db03c220a6201fe294514bb (patch)
treeec95c9d6ed57eadc53fdc6882d985606f6546e9f /src/block
parentc9d26e8c50de80b3449eeceef4c29e732ba6177b (diff)
downloadgarage-0f0795103d1e20750db03c220a6201fe294514bb.tar.gz
garage-0f0795103d1e20750db03c220a6201fe294514bb.zip
block/Cargo.toml: Bump tokio-util to 0.7.
Diffstat (limited to 'src/block')
-rw-r--r--src/block/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/Cargo.toml b/src/block/Cargo.toml
index 3bf1c40a..1f8d738b 100644
--- a/src/block/Cargo.toml
+++ b/src/block/Cargo.toml
@@ -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" ]