feat: make a lot of changes

This commit is contained in:
2021-04-30 23:47:10 +08:00
parent 90d9d29b99
commit cd3c250365
3 changed files with 130 additions and 73 deletions

View File

@@ -8,9 +8,9 @@ description = "Acme auto challenge client"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4.0"
clap = "2.33.3"
lazy_static = "1.4"
clap = "2.33"
rust_util = "0.6"
acme-lib = "0.8.1"
tide = "0.16.0"
async-std = { version = "1.8.0", features = ["attributes"] }
acme-lib = "0.8"
tide = "0.16"
async-std = { version = "1.8", features = ["attributes"] }