From 7c6701aab93692f3fbe49cbf504b5b033356946f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 9 Aug 2024 12:57:42 +0200 Subject: [PATCH] shared-cache: remove unused dependency on proxmox-schema Signed-off-by: Wolfgang Bumiller --- proxmox-shared-cache/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/proxmox-shared-cache/Cargo.toml b/proxmox-shared-cache/Cargo.toml index 7081c986..c7ebb7ef 100644 --- a/proxmox-shared-cache/Cargo.toml +++ b/proxmox-shared-cache/Cargo.toml @@ -14,5 +14,4 @@ nix.workspace = true serde = { workspace = true, features = ["derive"]} serde_json = { workspace = true, features = ["raw_value"] } -proxmox-schema = { workspace = true, features = ["api-types"]} proxmox-sys = { workspace = true, features = ["timer"] }