cargo: bump schema dependency
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
667476f19d
commit
0d7873cf09
|
@ -97,7 +97,7 @@ proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websoc
|
||||||
proxmox-io = "1"
|
proxmox-io = "1"
|
||||||
proxmox-lang = "1"
|
proxmox-lang = "1"
|
||||||
proxmox-router = { version = "1.1", features = [ "cli" ] }
|
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-section-config = "1"
|
||||||
proxmox-tfa = { version = "2", features = [ "api", "api-types" ] }
|
proxmox-tfa = { version = "2", features = [ "api", "api-types" ] }
|
||||||
proxmox-time = "1.1.2"
|
proxmox-time = "1.1.2"
|
||||||
|
|
|
@ -56,9 +56,9 @@ Build-Depends: debhelper (>= 12),
|
||||||
librust-proxmox-openid-0.9+default-dev,
|
librust-proxmox-openid-0.9+default-dev,
|
||||||
librust-proxmox-router-1+cli-dev (>= 1.1-~~),
|
librust-proxmox-router-1+cli-dev (>= 1.1-~~),
|
||||||
librust-proxmox-router-1+default-dev (>= 1.1-~~),
|
librust-proxmox-router-1+default-dev (>= 1.1-~~),
|
||||||
librust-proxmox-schema-1+api-macro-dev (>= 1.1-~~),
|
librust-proxmox-schema-1+api-macro-dev (>= 1.2.1-~~),
|
||||||
librust-proxmox-schema-1+default-dev (>= 1.1-~~),
|
librust-proxmox-schema-1+default-dev (>= 1.2.1-~~),
|
||||||
librust-proxmox-schema-1+upid-api-impl-dev (>= 1.1-~~),
|
librust-proxmox-schema-1+upid-api-impl-dev (>= 1.2.1-~~),
|
||||||
librust-proxmox-section-config-1+default-dev,
|
librust-proxmox-section-config-1+default-dev,
|
||||||
librust-proxmox-serde-0.1+default-dev,
|
librust-proxmox-serde-0.1+default-dev,
|
||||||
librust-proxmox-shared-memory-0.2+default-dev,
|
librust-proxmox-shared-memory-0.2+default-dev,
|
||||||
|
|
Loading…
Reference in New Issue