From 593aa85a9eee0a55591f4c89122ea37b0a6bfe35 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 23 Nov 2022 15:47:07 +0100 Subject: [PATCH] bump pxar dependency to 0.10.2 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- pbs-client/Cargo.toml | 2 +- pbs-datastore/Cargo.toml | 2 +- proxmox-backup-client/Cargo.toml | 2 +- proxmox-file-restore/Cargo.toml | 2 +- proxmox-restore-daemon/Cargo.toml | 2 +- pxar-bin/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ecf9430..572b0f92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ crossbeam-channel = "0.5" zstd = { version = "0.6", features = [ "bindgen" ] } pathpatterns = "0.1.2" -pxar = { version = "0.10.1", features = [ "tokio-io" ] } +pxar = { version = "0.10.2", features = [ "tokio-io" ] } proxmox-http = { version = "0.7", features = [ "client", "client-trait", "http-helpers", "proxmox-async", "websocket" ] } proxmox-io = "1" diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index 75520dd8..a288e0e7 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -44,7 +44,7 @@ proxmox-schema = "1.3.1" proxmox-time = "1" proxmox-sys = "0.4.1" -pxar = { version = "0.10.1", features = [ "tokio-io" ] } +pxar = { version = "0.10.2", features = [ "tokio-io" ] } pbs-api-types = { path = "../pbs-api-types" } pbs-buildcfg = { path = "../pbs-buildcfg" } diff --git a/pbs-datastore/Cargo.toml b/pbs-datastore/Cargo.toml index e1ef4f8e..81d70b81 100644 --- a/pbs-datastore/Cargo.toml +++ b/pbs-datastore/Cargo.toml @@ -24,7 +24,7 @@ walkdir = "2" zstd = { version = "0.6", features = [ "bindgen" ] } pathpatterns = "0.1.2" -pxar = "0.10.1" +pxar = "0.10.2" proxmox-borrow = "1" proxmox-io = "1" diff --git a/proxmox-backup-client/Cargo.toml b/proxmox-backup-client/Cargo.toml index 957fd5ca..bce6a0d1 100644 --- a/proxmox-backup-client/Cargo.toml +++ b/proxmox-backup-client/Cargo.toml @@ -21,7 +21,7 @@ xdg = "2.2" zstd = { version = "0.6", features = [ "bindgen" ] } pathpatterns = "0.1.2" -pxar = { version = "0.10.1", features = [ "tokio-io" ] } +pxar = { version = "0.10.2", features = [ "tokio-io" ] } proxmox-async = "0.4" proxmox-io = "1.0.1" diff --git a/proxmox-file-restore/Cargo.toml b/proxmox-file-restore/Cargo.toml index 0b185aa9..7738b72e 100644 --- a/proxmox-file-restore/Cargo.toml +++ b/proxmox-file-restore/Cargo.toml @@ -16,7 +16,7 @@ serde_json = "1.0" tokio = { version = "1.6", features = [ "io-std", "rt", "rt-multi-thread", "time" ] } tokio-util = { version = "0.7", features = ["io"] } -pxar = { version = "0.10.1", features = [ "tokio-io" ] } +pxar = { version = "0.10.2", features = [ "tokio-io" ] } #proxmox = { version = "0.15.3" } proxmox-async = "0.4" diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index a5bbabab..8b47183a 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -24,7 +24,7 @@ tokio-stream = "0.1.0" tokio-util = { version = "0.7", features = [ "codec", "io" ] } pathpatterns = "0.1.2" -pxar = { version = "0.10.1", features = [ "tokio-io" ] } +pxar = { version = "0.10.2", features = [ "tokio-io" ] } proxmox-async = "0.4" proxmox-compression = "0.1.1" diff --git a/pxar-bin/Cargo.toml b/pxar-bin/Cargo.toml index a79b765d..4c8cefef 100644 --- a/pxar-bin/Cargo.toml +++ b/pxar-bin/Cargo.toml @@ -22,7 +22,7 @@ proxmox-async = "0.4" proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-router = "1.3.0" proxmox-sys = "0.4.1" -pxar = { version = "0.10.1", features = [ "tokio-io" ] } +pxar = { version = "0.10.2", features = [ "tokio-io" ] } pbs-client = { path = "../pbs-client" } pbs-tools = { path = "../pbs-tools" } -- 2.39.2