]> git.proxmox.com Git - pve-rs.git/blobdiff - Cargo.toml
cargo: bump proxmox-apt dependency to 0.3.1
[pve-rs.git] / Cargo.toml
index a0106f69a0a9fc90de76da1cd32dc3b5951e1cac..77c989b91b4581d2b7992653e02b0948aabe4209 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pve-rs"
-version = "0.1.1"
+version = "0.1.2"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
@@ -17,6 +17,8 @@ crate-type = [ "cdylib" ]
 
 [dependencies]
 anyhow = "1.0"
-proxmox = { version = "0.11.5" }
+proxmox = { version = "0.11.5", default-features = false }
 perlmod = { version = "0.5.1", features = [ "exporter" ] }
-proxmox-openid = "0.3.0"
+proxmox-apt = "0.3.1"
+proxmox-openid = "0.5.0"
+serde = "1.0"