diff --git a/Cargo.toml b/Cargo.toml index f34167c8..660e2e29 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.1", features = [ "cli" ] } -proxmox-schema = { version = "1.2", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3", 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 893b8fb8..d713a3ca 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -37,7 +37,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.1", features = [ "cli" ] } -proxmox-schema = "1.1" +proxmox-schema = "1.3" proxmox-time = "1" proxmox-sys = "0.2" diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml index 0b60083a..eded9613 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.1", default-features = false } -proxmox-schema = "1.1" +proxmox-schema = "1.3" proxmox-section-config = "1" proxmox-time = "1" proxmox-serde = "0.1" diff --git a/pbs-datastore/Cargo.toml b/pbs-datastore/Cargo.toml index bc448df0..05608ca8 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.1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3", 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 10744748..a2edbdde 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.1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3", features = [ "api-macro" ] } proxmox-time = "1" proxmox-uuid = "1" diff --git a/proxmox-backup-client/Cargo.toml b/proxmox-backup-client/Cargo.toml index 70dbb511..917a7286 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.1", features = [ "cli" ] } -proxmox-schema = { version = "1.1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3", 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 2133c1ea..bb1a6e02 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.1", features = [ "cli" ] } -proxmox-schema = { version = "1.1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3", 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 2b99abe0..56aa91e8 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.2", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3", features = [ "api-macro" ] } tokio = { version = "1.6", features = [ "rt-multi-thread", "signal", "process" ] } [dependencies] @@ -37,6 +37,6 @@ proxmox-io = "1" proxmox-lang = "1.1" proxmox-http = { version = "0.6", features = [ "client" ] } proxmox-router = "1.1" -proxmox-schema = { version = "1.2", features = [ "api-macro", "upid-api-impl" ] } +proxmox-schema = { version = "1.3", 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 21db428e..8f1c1f77 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.1", features = [ "cli" ] } -proxmox-schema = { version = "1.1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3", 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 12641ff6..9f6510e3 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.1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3", 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 5681eb4b..14c447a0 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.1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3", features = [ "api-macro" ] } proxmox-router = "1.1" proxmox-sys = "0.2" pxar = { version = "0.10.1", features = [ "tokio-io" ] }