mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-08-07 17:57:47 +00:00
cargo: update proxmox-schema dep to 4.0
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
3bcbbb298e
commit
3f77845cc2
@ -30,7 +30,7 @@ proxmox-apt-api-types = "1.0"
|
||||
proxmox-async = "0.4"
|
||||
proxmox-http = { version = "0.9", features = [ "client-sync", "client-trait" ]}
|
||||
proxmox-router = { version = "3", features = [ "cli" ], default-features = false }
|
||||
proxmox-schema = { version = "3.1.4", features = [ "api-macro" ] }
|
||||
proxmox-schema = { version = "4.0", features = [ "api-macro" ] }
|
||||
proxmox-section-config = "2"
|
||||
proxmox-serde = "0.1"
|
||||
proxmox-subscription = { version = "0.5.0", features = [ "api-types" ] }
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -23,8 +23,8 @@ Build-Depends: bash-completion,
|
||||
librust-proxmox-http-0.9+client-trait-dev,
|
||||
librust-proxmox-http-0.9+default-dev,
|
||||
librust-proxmox-router-3+cli-dev,
|
||||
librust-proxmox-schema-3+api-macro-dev (>= 3.1.4-~~),
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.4-~~),
|
||||
librust-proxmox-schema-4+api-macro-dev,
|
||||
librust-proxmox-schema-4+default-dev,
|
||||
librust-proxmox-section-config-2+default-dev,
|
||||
librust-proxmox-serde-0.1+default-dev,
|
||||
librust-proxmox-subscription-0.5+api-types-dev (>= 0.5.0-~~),
|
||||
|
Loading…
Reference in New Issue
Block a user