forked from Proxmox/proxmox
acme-api: remove unused dependencies
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
c319c5925d
commit
358bb76960
@ -16,8 +16,6 @@ futures = { workspace = true, optional = true }
|
||||
hex = { workspace = true, optional = true }
|
||||
http = { workspace = true, optional = true }
|
||||
hyper = { workspace = true, optional = true }
|
||||
log = { workspace = true, optional = true }
|
||||
nix = { workspace = true, optional = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
tokio = { workspace = true, optional = true, features = ["fs"] }
|
||||
@ -49,8 +47,6 @@ impl = [
|
||||
"dep:http",
|
||||
"dep:hyper",
|
||||
"dep:libc",
|
||||
"dep:log",
|
||||
"dep:nix",
|
||||
"dep:openssl",
|
||||
"dep:tokio",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user