From 9c890d72b9940a76ca15f8b5abef3cb88f38d70d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 21 Feb 2022 14:25:29 +0100 Subject: [PATCH] bump proxmox-async dep to 0.4 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- pbs-client/Cargo.toml | 2 +- pbs-tools/Cargo.toml | 2 +- proxmox-backup-client/Cargo.toml | 2 +- proxmox-file-restore/Cargo.toml | 2 +- proxmox-rest-server/Cargo.toml | 2 +- proxmox-restore-daemon/Cargo.toml | 2 +- pxar-bin/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 710910ba..f34167c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ proxmox-sys = { version = "0.2", features = [ "sortable-macro" ] } proxmox-acme-rs = "0.4" proxmox-apt = "0.8.0" -proxmox-async = "0.3" +proxmox-async = "0.4" proxmox-openid = "0.9.0" pbs-api-types = { path = "pbs-api-types" } diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index 2fef16c4..893b8fb8 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -30,7 +30,7 @@ xdg = "2.2" pathpatterns = "0.1.2" -proxmox-async = "0.3" +proxmox-async = "0.4" proxmox-compression = "0.1" proxmox-fuse = "0.1.1" proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] } diff --git a/pbs-tools/Cargo.toml b/pbs-tools/Cargo.toml index 770d8713..bd138694 100644 --- a/pbs-tools/Cargo.toml +++ b/pbs-tools/Cargo.toml @@ -33,7 +33,7 @@ walkdir = "2" zstd = { version = "0.6", features = [ "bindgen" ] } #proxmox = { version = "0.15.3", default-features = false, features = [ "tokio" ] } -proxmox-async = "0.3" +proxmox-async = "0.4" proxmox-borrow = "1" proxmox-io = { version = "1", features = [ "tokio" ] } proxmox-lang = { version = "1.1" } diff --git a/proxmox-backup-client/Cargo.toml b/proxmox-backup-client/Cargo.toml index de6a852c..70dbb511 100644 --- a/proxmox-backup-client/Cargo.toml +++ b/proxmox-backup-client/Cargo.toml @@ -22,7 +22,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] } pathpatterns = "0.1.2" pxar = { version = "0.10.1", features = [ "tokio-io" ] } -proxmox-async = "0.3" +proxmox-async = "0.4" proxmox-io = "1.0.1" proxmox-router = { version = "1.1", features = [ "cli" ] } proxmox-schema = { version = "1.1", features = [ "api-macro" ] } diff --git a/proxmox-file-restore/Cargo.toml b/proxmox-file-restore/Cargo.toml index ae0b37e4..2133c1ea 100644 --- a/proxmox-file-restore/Cargo.toml +++ b/proxmox-file-restore/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.6", features = [ "io-std", "rt", "rt-multi-thread", "time pxar = { version = "0.10.1", features = [ "tokio-io" ] } #proxmox = { version = "0.15.3" } -proxmox-async = "0.3" +proxmox-async = "0.4" proxmox-lang = "1.1" proxmox-router = { version = "1.1", features = [ "cli" ] } proxmox-schema = { version = "1.1", features = [ "api-macro" ] } diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 8200c7d5..2b99abe0 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -31,7 +31,7 @@ tower-service = "0.3.0" url = "2.1" #proxmox = "0.15.3" -proxmox-async = "0.3" +proxmox-async = "0.4" proxmox-compression = "0.1" proxmox-io = "1" proxmox-lang = "1.1" diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index 088372be..21db428e 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -26,7 +26,7 @@ tokio-util = { version = "0.6", features = [ "codec", "io" ] } pathpatterns = "0.1.2" pxar = { version = "0.10.1", features = [ "tokio-io" ] } -proxmox-async = "0.3" +proxmox-async = "0.4" proxmox-compression = "0.1" proxmox-router = { version = "1.1", features = [ "cli" ] } proxmox-schema = { version = "1.1", features = [ "api-macro" ] } diff --git a/pxar-bin/Cargo.toml b/pxar-bin/Cargo.toml index c0fd3bf8..5681eb4b 100644 --- a/pxar-bin/Cargo.toml +++ b/pxar-bin/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] } pathpatterns = "0.1.2" #proxmox = "0.15.3" -proxmox-async = "0.3" +proxmox-async = "0.4" proxmox-schema = { version = "1.1", features = [ "api-macro" ] } proxmox-router = "1.1" proxmox-sys = "0.2"