diff --git a/Cargo.toml b/Cargo.toml index be727092..ace73bec 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" proxmox-router = { version = "1.1", features = [ "cli" ] } -proxmox-schema = { version = "1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.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 3e167ef6..1122a798 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -36,7 +36,7 @@ proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websoc proxmox-io = { version = "1.0.1", features = [ "tokio" ] } proxmox-lang = "1" proxmox-router = { version = "1.1", features = [ "cli" ] } -proxmox-schema = "1" +proxmox-schema = "1.1" proxmox-time = "1" proxmox-sys = "0.2" diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml index cd14d823..41f2ed27 100644 --- a/pbs-config/Cargo.toml +++ b/pbs-config/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0" proxmox-lang = "1" proxmox-router = { version = "1.1", default-features = false } -proxmox-schema = "1" +proxmox-schema = "1.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 3ed2ae2e..d8cefa00 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" -proxmox-schema = { version = "1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.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 6a298043..ae1efb00 100644 --- a/pbs-tape/Cargo.toml +++ b/pbs-tape/Cargo.toml @@ -22,7 +22,7 @@ udev = "0.4" proxmox-io = "1" proxmox-lang = "1" # api-macro is only used by the binaries, so maybe we should split them out -proxmox-schema = { version = "1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.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 8dfd499c..de6a852c 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.3" proxmox-io = "1.0.1" proxmox-router = { version = "1.1", features = [ "cli" ] } -proxmox-schema = { version = "1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.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 0fe98efb..73aaf0de 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.3" proxmox-lang = "1" proxmox-router = { version = "1.1", features = [ "cli" ] } -proxmox-schema = { version = "1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.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 c355368f..4c168573 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", features = [ "api-macro" ] } +proxmox-schema = { version = "1.1", features = [ "api-macro" ] } tokio = { version = "1.6", features = [ "rt-multi-thread", "signal", "process" ] } [dependencies] @@ -36,6 +36,6 @@ proxmox-io = "1" proxmox-lang = "1" proxmox-http = { version = "0.6", features = [ "client" ] } proxmox-router = "1.1" -proxmox-schema = { version = "1", features = [ "api-macro", "upid-api-impl" ] } +proxmox-schema = { version = "1.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 ccfc108c..33ecc4a4 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -28,7 +28,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] } proxmox-async = "0.3" proxmox-router = { version = "1.1", features = [ "cli" ] } -proxmox-schema = { version = "1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.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 3e47ea00..12641ff6 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", features = [ "api-macro" ] } +proxmox-schema = { version = "1.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 4f029845..c0fd3bf8 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.3" -proxmox-schema = { version = "1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.1", features = [ "api-macro" ] } proxmox-router = "1.1" proxmox-sys = "0.2" pxar = { version = "0.10.1", features = [ "tokio-io" ] }