]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox dependency to 0.14.0 and proxmox-http to 0.5.0
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 8 Oct 2021 09:18:22 +0000 (11:18 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 8 Oct 2021 09:18:22 +0000 (11:18 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-rrd-api-types/Cargo.toml
proxmox-rrd/Cargo.toml

index eaae9a90e884e3bf439b6867fbabbeb8e2337cd8..0eec1c49d9150d2a0a4e09739d9b7c07c1c91883 100644 (file)
@@ -8,4 +8,4 @@ description = "API type definitions for proxmox-rrd crate."
 
 [dependencies]
 serde = { version = "1.0", features = [] }
-proxmox = { version = "0.13.5", features = ["api-macro"] }
+proxmox = { version = "0.14.0", features = ["api-macro"] }
index 19db5bf66cadadc05e7982a9a56c131f0d38ed78..de9dcfe339096547ebbe12caf6fb11471ad3d342 100644 (file)
@@ -10,6 +10,6 @@ anyhow = "1.0"
 bitflags = "1.2.1"
 log = "0.4"
 
-proxmox = { version = "0.13.5", features = ["api-macro"] }
+proxmox = { version = "0.14.0", features = ["api-macro"] }
 
 proxmox-rrd-api-types = { path = "../proxmox-rrd-api-types" }