feat: update acme lb

This commit is contained in:
2024-08-14 00:22:04 +08:00
parent cb47c5c4e6
commit 2019fde054
2 changed files with 88 additions and 110 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "acme-client"
version = "1.3.5"
version = "1.3.6"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "Acme auto challenge client, acme-client can issue certificates from Let's encrypt"
@@ -11,7 +11,7 @@ description = "Acme auto challenge client, acme-client can issue certificates fr
lazy_static = "1.4"
clap = "2.33"
rust_util = "0.6"
acme-lib = "0.8"
acme-lib = "0.9"
tide = "0.16"
async-std = { version = "1.8", features = ["attributes"] }
serde = { version = "1.0", features = ["derive"] }