diff --git a/Cargo.toml b/Cargo.toml index 4d289d92..14b089be 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.1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.2", features = [ "api-macro" ] } proxmox-section-config = "1" proxmox-tfa = { version = "2", features = [ "api", "api-types" ] } proxmox-time = "1.1.2" diff --git a/debian/control b/debian/control index 02a32977..f869d32d 100644 --- a/debian/control +++ b/debian/control @@ -56,9 +56,9 @@ Build-Depends: debhelper (>= 12), librust-proxmox-openid-0.9+default-dev, librust-proxmox-router-1+cli-dev (>= 1.1-~~), librust-proxmox-router-1+default-dev (>= 1.1-~~), - librust-proxmox-schema-1+api-macro-dev (>= 1.1-~~), - librust-proxmox-schema-1+default-dev (>= 1.1-~~), - librust-proxmox-schema-1+upid-api-impl-dev (>= 1.1-~~), + librust-proxmox-schema-1+api-macro-dev (>= 1.2.1-~~), + librust-proxmox-schema-1+default-dev (>= 1.2.1-~~), + librust-proxmox-schema-1+upid-api-impl-dev (>= 1.2.1-~~), librust-proxmox-section-config-1+default-dev, librust-proxmox-serde-0.1+default-dev, librust-proxmox-shared-memory-0.2+default-dev,