acme-api: remove unused dependencies

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2024-08-14 11:18:33 +02:00 committed by Wolfgang Bumiller
parent c319c5925d
commit 358bb76960

View File

@ -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",