feat: make a lot of changes
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user