]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump pxar to 0.9.0
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 Feb 2021 08:56:56 +0000 (09:56 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 Feb 2021 08:56:56 +0000 (09:56 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml

index 5ce3c237208124085b365ce3621e9d15279d7f0c..a436e1ad9cef16ff79c05230686f19d4fe991a5f 100644 (file)
@@ -52,7 +52,7 @@ proxmox = { version = "0.10.5", 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.8.0", features = [ "tokio-io" ] }
+pxar = { version = "0.9.0", features = [ "tokio-io" ] }
 #pxar = { path = "../pxar", features = [ "tokio-io" ] }
 regex = "1.2"
 rustyline = "7"