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
Showing only changes of commit c9d26e8c50 - Show all commits

View file

@ -19,7 +19,7 @@ hyper-rustls = { version = "0.23", default-features = false, features = [ "http1
serde = "1.0"
serde_json = "1.0"
thiserror = "1.0"
tokio = "1.24"
tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] }
# cli deps
clap = { version = "4.1", optional = true, features = ["derive", "env"] }