]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pxar-bin/Cargo.toml
cargo: update proxmox to 0.12.1
[proxmox-backup.git] / pxar-bin / Cargo.toml
index c4eacb10d2bc2ae3b580738bedb4c26b422c1ac9..fc8a7f0fdf3846c0c34567da7beee47e8a36e6be 100644 (file)
@@ -16,7 +16,7 @@ serde_json = "1.0"
 tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] }
 
 pathpatterns = "0.1.2"
-proxmox = { version = "0.12.0", default-features = false, features = [] }
+proxmox = { version = "0.12.1", default-features = false, features = [] }
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 
 pbs-client = { path = "../pbs-client" }