From ebb85c1ca3e510149cf1ea6eb907d0338adb7cd8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 13 Apr 2022 08:20:27 +0200 Subject: [PATCH] bump proxmox-schema dependency to 1.3.1 for streaming attribute Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- pbs-client/Cargo.toml | 2 +- pbs-config/Cargo.toml | 2 +- pbs-datastore/Cargo.toml | 2 +- pbs-tape/Cargo.toml | 2 +- proxmox-backup-client/Cargo.toml | 2 +- proxmox-file-restore/Cargo.toml | 2 +- proxmox-rest-server/Cargo.toml | 4 ++-- proxmox-restore-daemon/Cargo.toml | 2 +- proxmox-rrd/Cargo.toml | 2 +- pxar-bin/Cargo.toml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8da159f2..26e094a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websoc proxmox-io = "1" proxmox-lang = "1.1" proxmox-router = { version = "1.2", features = [ "cli" ] } -proxmox-schema = { version = "1.3", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-section-config = "1" proxmox-tfa = { version = "2", features = [ "api", "api-types" ] } proxmox-time = "1.1.2" diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index 94fefe1b..ced40ac0 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -38,7 +38,7 @@ proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websoc proxmox-io = { version = "1.0.1", features = [ "tokio" ] } proxmox-lang = "1.1" proxmox-router = { version = "1.2", features = [ "cli" ] } -proxmox-schema = "1.3" +proxmox-schema = "1.3.1" proxmox-time = "1" proxmox-sys = "0.2" diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml index bacadf61..1e43bd9f 100644 --- a/pbs-config/Cargo.toml +++ b/pbs-config/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0" proxmox-lang = "1.1" proxmox-router = { version = "1.2", default-features = false } -proxmox-schema = "1.3" +proxmox-schema = "1.3.1" proxmox-section-config = "1" proxmox-time = "1" proxmox-serde = "0.1" diff --git a/pbs-datastore/Cargo.toml b/pbs-datastore/Cargo.toml index 60206ffa..89101edf 100644 --- a/pbs-datastore/Cargo.toml +++ b/pbs-datastore/Cargo.toml @@ -29,7 +29,7 @@ pxar = "0.10.1" proxmox-borrow = "1" proxmox-io = "1" proxmox-lang = "1.1" -proxmox-schema = { version = "1.3", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" proxmox-uuid = "1" proxmox-sys = "0.2" diff --git a/pbs-tape/Cargo.toml b/pbs-tape/Cargo.toml index f0164db4..3906f25a 100644 --- a/pbs-tape/Cargo.toml +++ b/pbs-tape/Cargo.toml @@ -22,7 +22,7 @@ udev = "0.4" proxmox-io = "1" proxmox-lang = "1.1" # api-macro is only used by the binaries, so maybe we should split them out -proxmox-schema = { version = "1.3", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" proxmox-uuid = "1" diff --git a/proxmox-backup-client/Cargo.toml b/proxmox-backup-client/Cargo.toml index fd05b1a1..a8fe398e 100644 --- a/proxmox-backup-client/Cargo.toml +++ b/proxmox-backup-client/Cargo.toml @@ -25,7 +25,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] } proxmox-async = "0.4" proxmox-io = "1.0.1" proxmox-router = { version = "1.2", features = [ "cli" ] } -proxmox-schema = { version = "1.3", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" proxmox-sys = { version = "0.2.1", features = [ "sortable-macro" ] } diff --git a/proxmox-file-restore/Cargo.toml b/proxmox-file-restore/Cargo.toml index 0731bb98..81eb7299 100644 --- a/proxmox-file-restore/Cargo.toml +++ b/proxmox-file-restore/Cargo.toml @@ -20,7 +20,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] } proxmox-async = "0.4" proxmox-lang = "1.1" proxmox-router = { version = "1.2", features = [ "cli" ] } -proxmox-schema = { version = "1.3", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" proxmox-uuid = "1" proxmox-sys = "0.2" diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index f2bff193..65a0ed96 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -7,7 +7,7 @@ description = "REST server implementation" # for example [dev-dependencies] -proxmox-schema = { version = "1.3", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } tokio = { version = "1.6", features = [ "rt-multi-thread", "signal", "process" ] } [dependencies] @@ -38,6 +38,6 @@ proxmox-io = "1" proxmox-lang = "1.1" proxmox-http = { version = "0.6", features = [ "client" ] } proxmox-router = "1.2" -proxmox-schema = { version = "1.3", features = [ "api-macro", "upid-api-impl" ] } +proxmox-schema = { version = "1.3.1", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1" proxmox-sys = "0.2" diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index 5ae4da4f..2a337cb0 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -29,7 +29,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] } proxmox-async = "0.4" proxmox-compression = "0.1" proxmox-router = { version = "1.2", features = [ "cli" ] } -proxmox-schema = { version = "1.3", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" proxmox-sys = { version = "0.2", features = [ "sortable-macro" ] } diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index 7b2cfaef..d1332699 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -21,5 +21,5 @@ serde_cbor = "0.11.1" #proxmox = { version = "0.15.3" } proxmox-time = "1" -proxmox-schema = { version = "1.3", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-sys = "0.2" \ No newline at end of file diff --git a/pxar-bin/Cargo.toml b/pxar-bin/Cargo.toml index cfe3b35e..5773d96f 100644 --- a/pxar-bin/Cargo.toml +++ b/pxar-bin/Cargo.toml @@ -18,7 +18,7 @@ tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] } pathpatterns = "0.1.2" #proxmox = "0.15.3" proxmox-async = "0.4" -proxmox-schema = { version = "1.3", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-router = "1.2" proxmox-sys = "0.2" pxar = { version = "0.10.1", features = [ "tokio-io" ] }