]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump pxar dep to 0.4.0
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Aug 2020 09:55:57 +0000 (11:55 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Aug 2020 09:56:01 +0000 (11:56 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml

index 153616053cf87294dd5341dff4c84894e11b0524..81747fec5721d3e71c70f8c2936b09af39b3ef40 100644 (file)
@@ -43,7 +43,7 @@ proxmox = { version = "0.3.3", features = [ "sortable-macro", "api-macro", "webs
 #proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] }
 #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "websocket" ] }
 proxmox-fuse = "0.1.0"
-pxar = { version = "0.3.0", features = [ "tokio-io", "futures-io" ] }
+pxar = { version = "0.4.0", features = [ "tokio-io", "futures-io" ] }
 #pxar = { path = "../pxar", features = [ "tokio-io", "futures-io" ] }
 regex = "1.2"
 rustyline = "6"