]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pxar-bin/Cargo.toml
move ApiConfig, FileLogger and CommandoSocket to proxmox-rest-server workspace
[proxmox-backup.git] / pxar-bin / Cargo.toml
index 0d1c7d91bc61731ea51e23c0c34ec1807efeb996..e322e654d1c8b9b9b0ff83ca858a84d98a1ad130 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.11.5", default-features = false, features = [] }
+proxmox = { version = "0.13.3", default-features = false, features = [] }
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 
 pbs-client = { path = "../pbs-client" }