diff --git a/Cargo.lock b/Cargo.lock index 9f225bb..f446367 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,6 +263,7 @@ dependencies = [ "env_logger", "futures", "hex", + "http", "http-body-util", "hyper", "hyper-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 36fed9d..3975a70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"