feat: update version
This commit is contained in:
@@ -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"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user