upgrade to hyper-util 0.1.5

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-05-29 17:21:59 +00:00 committed by June 🍓🦴
parent f4cfc77a57
commit dd1d8fa760
2 changed files with 33 additions and 24 deletions

View file

@ -216,7 +216,14 @@ features = [
]
[workspace.dependencies.hyper-util]
version = "0.1.4"
version = "0.1.5"
features = [
"client",
"server-auto",
"server-graceful",
"service",
"tokio",
]
# to support multiple variations of setting a config option
[workspace.dependencies.either]