]> git.proxmox.com Git - proxmox-backup.git/commitdiff
cargo: ensure we build with newer rest-server
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 28 Nov 2023 11:30:28 +0000 (12:30 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 28 Nov 2023 11:30:28 +0000 (12:30 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml

index 18fbeb1d9696458f759d7a3d29237ac8c9b20e1a..f4c115c32245c2103551eaac9b30c1e485255c38 100644 (file)
@@ -67,7 +67,7 @@ proxmox-lang = "1.1"
 proxmox-ldap = "0.2.1"
 proxmox-metrics = "0.3"
 proxmox-openid = "0.10.0"
-proxmox-rest-server = { version = "0.5", features = [ "templates" ] }
+proxmox-rest-server = { version = "0.5.1", features = [ "templates" ] }
 # some use "cli", some use "cli" and "server", pbs-config uses nothing
 proxmox-router = { version = "2.0.0", default_features = false }
 # everything but pbs-config and pbs-client use "api-macro"