Depend on http explicitly

This commit is contained in:
Mike Dilger 2024-07-15 10:31:12 +12:00
parent 3f5600638b
commit e9d743b407
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -263,6 +263,7 @@ dependencies = [
"env_logger",
"futures",
"hex",
"http",
"http-body-util",
"hyper",
"hyper-tungstenite",

View File

@ -13,6 +13,7 @@ dashmap = "5.5"
env_logger = "0.11"
futures = "0.3"
hex = "0.4"
http = "1.1"
http-body-util = "0.1"
hyper = { version = "1.0.0", features = [ "http1", "server" ] }
hyper-tungstenite = "0.14"