upgrade to hyper-util 0.1.5
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
f4cfc77a57
commit
dd1d8fa760
2 changed files with 33 additions and 24 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue