mirror of
https://github.com/mikedilger/chorus.git
synced 2026-05-03 06:51:42 +00:00
Depend on http explicitly
This commit is contained in:
parent
3f5600638b
commit
e9d743b407
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -263,6 +263,7 @@ dependencies = [
|
||||
"env_logger",
|
||||
"futures",
|
||||
"hex",
|
||||
"http",
|
||||
"http-body-util",
|
||||
"hyper",
|
||||
"hyper-tungstenite",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user