]> git.proxmox.com Git - proxmox-offline-mirror.git/commitdiff
cargo: update proxmox-schema dependency to 3
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Feb 2024 16:20:41 +0000 (17:20 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Feb 2024 16:20:42 +0000 (17:20 +0100)
We have relatively small usage of the schema here, so no code change
required.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml

index c52224ab40c551a3ae2bcc20a00928340d0a9ed3..df63e3880a26dcb3408f5a85a2cfb33193489d1b 100644 (file)
@@ -30,7 +30,7 @@ proxmox-apt = { version = "0.10.3" }
 proxmox-async = "0.4"
 proxmox-http = { version = "0.9", features = [ "client-sync", "client-trait" ]}
 proxmox-router = { version = "2", features = [ "cli" ], default_features = false }
-proxmox-schema = { version = "2", features = [ "api-macro" ] }
+proxmox-schema = { version = "3", features = [ "api-macro" ] }
 proxmox-section-config = "2"
 proxmox-serde = "0.1"
 proxmox-subscription = { version = "0.4.2", features = [ "api-types" ] }