pve-rs: record proxmox-time dependency

fixes build with new calendar event perlmod binding

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-01-13 14:35:49 +01:00
parent e75f545a2f
commit 81cb2194ff
2 changed files with 2 additions and 0 deletions

View File

@ -32,3 +32,4 @@ perlmod = { version = "0.10", features = [ "exporter" ] }
proxmox-apt = "0.8"
proxmox-openid = "0.9"
proxmox-tfa = { version = "2", features = ["api"] }
proxmox-time = "1.1.3"

View File

@ -20,6 +20,7 @@ Build-Depends:
librust-proxmox-openid-0.9+default-dev,
librust-proxmox-tfa-2+api-dev,
librust-proxmox-tfa-2+default-dev,
librust-proxmox-time-1.1.3+default-dev,
librust-serde-1+default-dev,
librust-serde-bytes-0.11+default-dev,
librust-serde-json-1+default-dev,