[pbs-devel] [PATCH proxmox 04/15] simple-config: remove unused log dependency

Maximiliano Sandoval m.sandoval at proxmox.com
Wed Aug 14 11:18:31 CEST 2024


Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
 proxmox-simple-config/Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/proxmox-simple-config/Cargo.toml b/proxmox-simple-config/Cargo.toml
index d957edd0..4c4d35d7 100644
--- a/proxmox-simple-config/Cargo.toml
+++ b/proxmox-simple-config/Cargo.toml
@@ -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"] }
-- 
2.39.2





More information about the pbs-devel mailing list