drop hyper-util back down to 0.1.8 due to DNS issues

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-11-15 22:16:11 -05:00
parent 6319384072
commit b92b4e043c
No known key found for this signature in database
2 changed files with 11 additions and 9 deletions

View file

@ -264,7 +264,8 @@ features = [
]
[workspace.dependencies.hyper-util]
version = "0.1.10"
# hyper-util >=0.1.9 seems to have DNS issues
version = "=0.1.8"
default-features = false
features = [
"server-auto",