diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index c35c11ba..0e9fbbdc 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -13,7 +13,6 @@ exclude = ["debian"] [dependencies] anyhow.workspace = true hex.workspace = true -once_cell.workspace = true openssl.workspace = true serde = { workspace = true, features = ["derive"] } serde_json.workspace = true