diff --git a/Cargo.lock b/Cargo.lock index 80ad9cc..8e2de3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1528,7 +1528,7 @@ dependencies = [ [[package]] name = "ptth_relay" -version = "1.1.0" +version = "1.2.0" dependencies = [ "base64", "blake3", diff --git a/crates/ptth_relay/Cargo.toml b/crates/ptth_relay/Cargo.toml index d02e44d..fd695d6 100644 --- a/crates/ptth_relay/Cargo.toml +++ b/crates/ptth_relay/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ptth_relay" -version = "1.1.0" +version = "1.2.0" authors = ["Trish"] edition = "2018" license = "AGPL-3.0" @@ -17,7 +17,7 @@ futures = "0.3.7" futures-util = "0.3.8" handlebars = "3.5.3" http = "0.2.3" -hyper = { version = "0.14.4", features = ["server", "stream"] } +hyper = { version = "0.14.4", features = ["http1", "server", "stream", "tcp"] } itertools = "0.9.0" rand = "0.8.3" rmp-serde = "0.14.4" @@ -32,4 +32,4 @@ tracing = "0.1.25" tracing-futures = "0.2.4" tracing-subscriber = "0.2.15" -ptth_core = { path = "../ptth_core" } +ptth_core = { path = "../ptth_core", version = "1.2.0" }