feat: update version

This commit is contained in:
2021-01-23 00:12:25 +08:00
parent db6bcfa7b9
commit db388a6e37
3 changed files with 244 additions and 187 deletions

View File

@@ -9,6 +9,6 @@ edition = "2018"
[dependencies]
log = { version = "0.4", features = ["max_level_debug", "release_max_level_warn"] }
pretty_env_logger = "0.4"
hyper = "0.13"
tokio = { version = "0.2", features = ["full"] }
hyper = { version = "0.14", features = ["server", "http1", "http2", "tcp"] }
tokio = { version = "1.0", features = ["full"] }