From 135aaee2d93a3ed959943cde8f20df91d661b348 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 28 Jul 2022 13:40:07 +0200 Subject: [PATCH] bump proxmox-sys dep to 0.4 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- pbs-client/Cargo.toml | 2 +- pbs-config/Cargo.toml | 2 +- pbs-datastore/Cargo.toml | 2 +- pbs-fuse-loop/Cargo.toml | 2 +- pbs-tape/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 +- proxmox-rrd/Cargo.toml | 2 +- pxar-bin/Cargo.toml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c112974b..9463df3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ proxmox-uuid = "1" proxmox-serde = { version = "0.1.1", features = [ "serde_json" ] } proxmox-shared-memory = "0.2" proxmox-subscription = { version = "0.2", features = [ "api-types" ] } -proxmox-sys = { version = "0.3.1", features = [ "sortable-macro" ] } +proxmox-sys = { version = "0.4", features = [ "sortable-macro", "timer" ] } proxmox-compression = "0.1" diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index a63a955c..74cb311d 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -42,7 +42,7 @@ proxmox-lang = "1.1" proxmox-router = { version = "1.2.4", features = [ "cli" ] } proxmox-schema = "1.3.1" proxmox-time = "1" -proxmox-sys = "0.3.1" +proxmox-sys = "0.4" pxar = { version = "0.10.1", features = [ "tokio-io" ] } diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml index b21fc5f7..d1cde91f 100644 --- a/pbs-config/Cargo.toml +++ b/pbs-config/Cargo.toml @@ -24,7 +24,7 @@ proxmox-section-config = "1" proxmox-time = "1" proxmox-serde = "0.1" proxmox-shared-memory = "0.2" -proxmox-sys = "0.3.1" +proxmox-sys = { version = "0.4", features = [ "acl", "crypt" ] } proxmox-metrics = "0.2" pbs-api-types = { path = "../pbs-api-types" } diff --git a/pbs-datastore/Cargo.toml b/pbs-datastore/Cargo.toml index 31c88c61..cc416f29 100644 --- a/pbs-datastore/Cargo.toml +++ b/pbs-datastore/Cargo.toml @@ -33,7 +33,7 @@ proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-serde = { version = "0.1.1", features = [ "serde_json" ] } proxmox-time = "1" proxmox-uuid = "1" -proxmox-sys = "0.3.1" +proxmox-sys = "0.4" pbs-api-types = { path = "../pbs-api-types" } pbs-buildcfg = { path = "../pbs-buildcfg" } diff --git a/pbs-fuse-loop/Cargo.toml b/pbs-fuse-loop/Cargo.toml index b2f9e222..c8056f3f 100644 --- a/pbs-fuse-loop/Cargo.toml +++ b/pbs-fuse-loop/Cargo.toml @@ -17,4 +17,4 @@ tokio = { version = "1.6", features = [] } proxmox-time = "1" proxmox-fuse = "0.1.3" -proxmox-sys = "0.3.1" +proxmox-sys = "0.4" diff --git a/pbs-tape/Cargo.toml b/pbs-tape/Cargo.toml index c97a5511..976985a2 100644 --- a/pbs-tape/Cargo.toml +++ b/pbs-tape/Cargo.toml @@ -29,7 +29,7 @@ proxmox-uuid = "1" # router::cli is only used by binaries, so maybe we should split them out proxmox-router = "1.2.4" -proxmox-sys = "0.3.1" +proxmox-sys = "0.4" pbs-api-types = { path = "../pbs-api-types" } pbs-config = { path = "../pbs-config" } diff --git a/pbs-tools/Cargo.toml b/pbs-tools/Cargo.toml index 9fee9a13..a97ba35c 100644 --- a/pbs-tools/Cargo.toml +++ b/pbs-tools/Cargo.toml @@ -37,7 +37,7 @@ proxmox-async = "0.4" proxmox-io = { version = "1", features = [ "tokio" ] } proxmox-lang = { version = "1.1" } proxmox-time = { version = "1" } -proxmox-sys = "0.3.1" +proxmox-sys = "0.4" pbs-buildcfg = { path = "../pbs-buildcfg" } pbs-api-types = { path = "../pbs-api-types" } diff --git a/proxmox-backup-client/Cargo.toml b/proxmox-backup-client/Cargo.toml index 614d5dfe..739edf3e 100644 --- a/proxmox-backup-client/Cargo.toml +++ b/proxmox-backup-client/Cargo.toml @@ -28,7 +28,7 @@ proxmox-io = "1.0.1" proxmox-router = { version = "1.2.4", features = [ "cli" ] } proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" -proxmox-sys = { version = "0.3.1", features = [ "sortable-macro" ] } +proxmox-sys = { version = "0.4", features = [ "sortable-macro" ] } pbs-api-types = { path = "../pbs-api-types" } pbs-buildcfg = { path = "../pbs-buildcfg" } diff --git a/proxmox-file-restore/Cargo.toml b/proxmox-file-restore/Cargo.toml index 6342c4e3..6ea66b0a 100644 --- a/proxmox-file-restore/Cargo.toml +++ b/proxmox-file-restore/Cargo.toml @@ -24,7 +24,7 @@ proxmox-router = { version = "1.2.4", features = [ "cli" ] } proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" proxmox-uuid = "1" -proxmox-sys = "0.3.1" +proxmox-sys = "0.4" pbs-api-types = { path = "../pbs-api-types" } pbs-buildcfg = { path = "../pbs-buildcfg" } diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 536f01b8..42c25acf 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -40,4 +40,4 @@ proxmox-http = { version = "0.6.4", features = [ "client" ] } proxmox-router = "1.2.4" proxmox-schema = { version = "1.3.1", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1" -proxmox-sys = { version = "0.3.1", features = [ "logrotate" ] } +proxmox-sys = { version = "0.4", features = [ "logrotate" ] } diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index 93e0d915..b7d133eb 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -31,7 +31,7 @@ proxmox-compression = "0.1.1" proxmox-router = { version = "1.2.4", features = [ "cli" ] } proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" -proxmox-sys = { version = "0.3.1", features = [ "sortable-macro" ] } +proxmox-sys = { version = "0.4", features = [ "sortable-macro" ] } pbs-api-types = { path = "../pbs-api-types" } pbs-tools = { path = "../pbs-tools" } diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index 0a9c948c..496e1028 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -22,4 +22,4 @@ serde_cbor = "0.11.1" #proxmox = { version = "0.15.3" } proxmox-time = "1" proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } -proxmox-sys = "0.3.1" \ No newline at end of file +proxmox-sys = "0.4" \ No newline at end of file diff --git a/pxar-bin/Cargo.toml b/pxar-bin/Cargo.toml index e22e2b29..89aa3bc0 100644 --- a/pxar-bin/Cargo.toml +++ b/pxar-bin/Cargo.toml @@ -21,7 +21,7 @@ pathpatterns = "0.1.2" proxmox-async = "0.4" proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-router = "1.2.4" -proxmox-sys = "0.3.1" +proxmox-sys = "0.4" pxar = { version = "0.10.1", features = [ "tokio-io" ] } pbs-client = { path = "../pbs-client" }