]> git.proxmox.com Git - proxmox-backup.git/commitdiff
require pxar 0.1.7
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 15 Jun 2020 08:37:03 +0000 (10:37 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 15 Jun 2020 08:39:09 +0000 (10:39 +0200)
fixes some hardlink reading issues in random-accessor

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml

index 7bac7fa077851f68aa203518d65b12b444c1d087..e2bbd47d77f4b72c4f28c64ccaa3a4f87ebcbef3 100644 (file)
@@ -42,7 +42,7 @@ proxmox = { version = "0.1.40", features = [ "sortable-macro", "api-macro" ] }
 #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" ] }
 proxmox-fuse = "0.1.0"
-pxar = { version = "0.1.6", features = [ "tokio-io", "futures-io" ] }
+pxar = { version = "0.1.7", features = [ "tokio-io", "futures-io" ] }
 #pxar = { path = "../pxar", features = [ "tokio-io", "futures-io" ] }
 regex = "1.2"
 rustyline = "6"