added missing futures-util (#7260)

This commit is contained in:
Simon Hyll 2023-06-19 21:39:31 -07:00 committed by GitHub
parent c34e37b1f7
commit c4e9740c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -372,6 +372,7 @@ version = "0.1.2"
dependencies = [
"anyhow",
"futures",
"futures-util",
"hyper",
"pico-args",
"serde",

View File

@ -17,6 +17,7 @@ rust-version = "1.57"
anyhow = "1"
hyper = { version = "0.14", features = [ "client", "http1", "runtime", "server", "stream", "tcp" ] }
futures = "0.3"
futures-util = "0.3"
pico-args = "0.4"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"