From a9bb437681002ebf54e662c649f7f64c7c9ff1db Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 10 Jan 2024 10:44:27 +0100 Subject: [PATCH] bump proxmox-sys/time to dependency so Date header formatting uses the C locale Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 4 ++-- debian/control | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e8b95078..3790c86f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,9 +77,9 @@ 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.2" +proxmox-sys = "0.5.3" proxmox-tfa = { version = "4.0.4", features = [ "api", "api-types" ] } -proxmox-time = "1.1.2" +proxmox-time = "1.1.6" proxmox-uuid = "1" # other proxmox crates diff --git a/debian/control b/debian/control index 3488f1d1c..30d11db0a 100644 --- a/debian/control +++ b/debian/control @@ -88,15 +88,15 @@ 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.2-~~), - librust-proxmox-sys-0.5+crypt-dev (>= 0.5.2-~~), - librust-proxmox-sys-0.5+default-dev (>= 0.5.2-~~), - librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.2-~~), - librust-proxmox-sys-0.5+timer-dev (>= 0.5.2-~~), + librust-proxmox-sys-0.5+acl-dev (>= 0.5.3-~~), + librust-proxmox-sys-0.5+crypt-dev (>= 0.5.3-~~), + librust-proxmox-sys-0.5+default-dev (>= 0.5.3-~~), + librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.3-~~), + librust-proxmox-sys-0.5+timer-dev (>= 0.5.3-~~), 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-~~), - librust-proxmox-time-1+default-dev (>= 1.1.2-~~), + librust-proxmox-time-1+default-dev (>= 1.1.6-~~), librust-proxmox-uuid-1+default-dev, librust-proxmox-uuid-1+serde-dev, librust-pxar-0.10+default-dev (>= 0.10.2-~~),