cargo: tokio-1.28 and hyper-0.14.26 update #569

Merged
lx merged 4 commits from jpds/garage:tokio-1.28 into main 2023-05-11 10:16:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0f0795103d - Show all commits

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" ]