🎉 ptth_relay to 1.2.0

main
_ 2021-03-21 18:05:17 +00:00
parent 71a2b37fab
commit fc4893f2e8
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1528,7 +1528,7 @@ dependencies = [
[[package]] [[package]]
name = "ptth_relay" name = "ptth_relay"
version = "1.1.0" version = "1.2.0"
dependencies = [ dependencies = [
"base64", "base64",
"blake3", "blake3",

View File

@ -1,7 +1,7 @@
[package] [package]
name = "ptth_relay" name = "ptth_relay"
version = "1.1.0" version = "1.2.0"
authors = ["Trish"] authors = ["Trish"]
edition = "2018" edition = "2018"
license = "AGPL-3.0" license = "AGPL-3.0"
@ -17,7 +17,7 @@ futures = "0.3.7"
futures-util = "0.3.8" futures-util = "0.3.8"
handlebars = "3.5.3" handlebars = "3.5.3"
http = "0.2.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" itertools = "0.9.0"
rand = "0.8.3" rand = "0.8.3"
rmp-serde = "0.14.4" rmp-serde = "0.14.4"
@ -32,4 +32,4 @@ tracing = "0.1.25"
tracing-futures = "0.2.4" tracing-futures = "0.2.4"
tracing-subscriber = "0.2.15" tracing-subscriber = "0.2.15"
ptth_core = { path = "../ptth_core" } ptth_core = { path = "../ptth_core", version = "1.2.0" }