]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump sys dependency to 0.5.7
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 20 Jun 2024 09:08:10 +0000 (11:08 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 20 Jun 2024 09:08:58 +0000 (11:08 +0200)
for the new xattr constants

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/control

index f31ce406698df4466a4d48095539923a48af3b54..cb200a2211ead862ebe4c43ff2349d3e49e6d2d1 100644 (file)
@@ -78,7 +78,7 @@ proxmox-serde = "0.1.1"
 proxmox-shared-memory = "0.3.0"
 proxmox-sortable-macro = "0.1.2"
 proxmox-subscription = { version = "0.4.2", features = [ "api-types" ] }
-proxmox-sys = "0.5.6"
+proxmox-sys = "0.5.7"
 proxmox-tfa = { version = "4.0.4", features = [ "api", "api-types" ] }
 proxmox-time = "1.1.6"
 proxmox-uuid = "1"
index 47465734f3e89f81acbb707135e110f9714ef82f..4a00de6c35791fbf43f0b292efae4293e5b6ff1c 100644 (file)
@@ -92,11 +92,11 @@ Build-Depends: bash-completion,
                librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.2-~~),
                librust-proxmox-subscription-0.4+api-types-dev (>= 0.4.2-~~),
                librust-proxmox-subscription-0.4+default-dev (>= 0.4.2-~~),
-               librust-proxmox-sys-0.5+acl-dev (>= 0.5.6-~~),
-               librust-proxmox-sys-0.5+crypt-dev (>= 0.5.6-~~),
-               librust-proxmox-sys-0.5+default-dev (>= 0.5.6-~~),
-               librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.6-~~),
-               librust-proxmox-sys-0.5+timer-dev (>= 0.5.6-~~),
+               librust-proxmox-sys-0.5+acl-dev (>= 0.5.7-~~),
+               librust-proxmox-sys-0.5+crypt-dev (>= 0.5.7-~~),
+               librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~),
+               librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.7-~~),
+               librust-proxmox-sys-0.5+timer-dev (>= 0.5.7-~~),
                librust-proxmox-tfa-4+api-dev (>= 4.0.4-~~),
                librust-proxmox-tfa-4+api-types-dev (>= 4.0.4-~~),
                librust-proxmox-tfa-4+default-dev (>= 4.0.4-~~),