simple-config: remove unused log dependency

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

View File

@ -12,6 +12,5 @@ description = "Simple key/value format for configuration files."
anyhow.workspace = true
serde_json.workspace = true
serde = { workspace = true, features = ["derive"] }
log = { workspace = true, optional = true }
proxmox-schema = { workspace = true, features = ["api-macro", "api-types"] }