v1.0.0-rc.8 Update clap to 3.0.0, ready to release

This commit is contained in:
2022-01-02 22:12:19 +08:00
parent 02b6c26874
commit 2c1cdc5720
3 changed files with 198 additions and 265 deletions

View File

@ -11,7 +11,7 @@ actix-http = "2.2"
actix-web = {version = "3.3", features = ["rustls"]}
actix-web-httpauth = "0.5"
chrono = "0.4"
clap = {version = "3.0.0-beta.5", features = ["wrap_help", "color"]}
clap = {version = "3.0.0", features = ["wrap_help", "color", "cargo"]}
env_logger = "0.9"
lazy_static = "1.4"
log = "0.4"