]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump pxar to 0.8
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 2 Feb 2021 10:02:08 +0000 (11:02 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 2 Feb 2021 10:02:08 +0000 (11:02 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml

index f5594a76709f32adb3c08a7d6376e48be5414c49..aa54893fed1a1c5a9e8bc90fe14eae8578a2de58 100644 (file)
@@ -52,7 +52,7 @@ proxmox = { version = "0.10.0", features = [ "sortable-macro", "api-macro", "web
 #proxmox = { git = "git://git.proxmox.com/git/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] }
 #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "websocket" ] }
 proxmox-fuse = "0.1.1"
-pxar = { version = "0.7.0", features = [ "tokio-io" ] }
+pxar = { version = "0.8.0", features = [ "tokio-io" ] }
 #pxar = { path = "../pxar", features = [ "tokio-io" ] }
 regex = "1.2"
 rustyline = "7"