diff --git a/proxmox-shared-cache/debian/changelog b/proxmox-shared-cache/debian/changelog index 54d39f53..a29b80b3 100644 --- a/proxmox-shared-cache/debian/changelog +++ b/proxmox-shared-cache/debian/changelog @@ -2,4 +2,4 @@ rust-proxmox-shared-cache (0.1.0-1) unstable; urgency=medium * initial Debian package - -- Proxmox Support Team Thu, 04 May 2023 08:40:38 +0200 + -- Proxmox Support Team Fri, 09 Aug 2024 12:58:15 +0200 diff --git a/proxmox-shared-cache/debian/control b/proxmox-shared-cache/debian/control index 834ef43d..90f6ebfe 100644 --- a/proxmox-shared-cache/debian/control +++ b/proxmox-shared-cache/debian/control @@ -8,10 +8,8 @@ Build-Depends: debhelper (>= 12), libstd-rust-dev , librust-anyhow-1+default-dev , librust-nix-0.26+default-dev (>= 0.26.1-~~) , - librust-proxmox-schema-3+api-types-dev (>= 3.1.1-~~) , - librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) , - librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~) , - librust-proxmox-sys-0.5+timer-dev (>= 0.5.5-~~) , + librust-proxmox-sys-0.6+default-dev , + librust-proxmox-sys-0.6+timer-dev , librust-serde-1+default-dev , librust-serde-1+derive-dev , librust-serde-json-1+default-dev , @@ -30,10 +28,8 @@ Depends: ${misc:Depends}, librust-anyhow-1+default-dev, librust-nix-0.26+default-dev (>= 0.26.1-~~), - librust-proxmox-schema-3+api-types-dev (>= 3.1.1-~~), - librust-proxmox-schema-3+default-dev (>= 3.1.1-~~), - librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~), - librust-proxmox-sys-0.5+timer-dev (>= 0.5.5-~~), + librust-proxmox-sys-0.6+default-dev, + librust-proxmox-sys-0.6+timer-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-serde-json-1+default-dev,