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"] }