]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump reset-server dep to 0.5
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 27 Nov 2023 13:36:00 +0000 (14:36 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 27 Nov 2023 13:48:30 +0000 (14:48 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/control

index e88366afb75fd7d97a6bc5dbd7e77f5fc9aa7161..18fbeb1d9696458f759d7a3d29237ac8c9b20e1a 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.4.1", features = [ "templates" ] }
+proxmox-rest-server = { version = "0.5", 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"
index 996b4a397870c412bb02d2083af70ab25a6505d9..90840495e7ebc260bdfac709fe7ae25f6c74447f 100644 (file)
@@ -16,6 +16,7 @@ Build-Depends: bash-completion,
                libfuse3-dev,
                librust-anyhow-1+default-dev,
                librust-apt-pkg-native-0.3+default-dev (>= 0.3.2-~~),
+               librust-async-trait-0.1+default-dev (>= 0.1.56-~~),
                librust-base64-0.13+default-dev,
                librust-bitflags-1+default-dev (>= 1.2.1-~~),
                librust-bytes-1+default-dev,
@@ -72,9 +73,9 @@ Build-Depends: bash-completion,
                librust-proxmox-ldap-0.2+default-dev (>= 0.2.1-~~),
                librust-proxmox-metrics-0.3+default-dev,
                librust-proxmox-openid-0.10+default-dev,
-               librust-proxmox-rest-server-0.4+default-dev (>= 0.4.1-~~),
-               librust-proxmox-rest-server-0.4+rate-limited-stream-dev (>= 0.4.1-~~),
-               librust-proxmox-rest-server-0.4+templates-dev (>= 0.4.1-~~),
+               librust-proxmox-rest-server-0.5+default-dev,
+               librust-proxmox-rest-server-0.5+rate-limited-stream-dev,
+               librust-proxmox-rest-server-0.5+templates-dev,
                librust-proxmox-router-2+cli-dev,
                librust-proxmox-router-2+default-dev,
                librust-proxmox-router-2+server-dev,