]> git.proxmox.com Git - proxmox-backup.git/commitdiff
update build-dependencies for bookworm mass-bump
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 27 May 2023 15:01:34 +0000 (17:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 27 May 2023 15:01:37 +0000 (17:01 +0200)
most had no (significant) change, but where bumped to provide some
version space for future stable-2 updates without clashing with
future master

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

index 59468bcaed3f0430a28ed6c8e6c26b89eea7f40d..95a2faf51ce9832c741e76da5bf4e66be7b323b9 100644 (file)
@@ -55,26 +55,26 @@ path = "src/lib.rs"
 [workspace.dependencies]
 # proxmox workspace
 proxmox-async = "0.4"
-proxmox-auth-api = "0.1"
+proxmox-auth-api = "0.2"
 proxmox-borrow = "1"
-proxmox-compression = "0.1.1"
+proxmox-compression = "0.2"
 proxmox-fuse = "0.1.3"
-proxmox-http = { version = "0.8.0", features = [ "client", "http-helpers", "websocket" ] } # see below
+proxmox-http = { version = "0.9.0", features = [ "client", "http-helpers", "websocket" ] } # see below
 proxmox-io = "1.0.1" # tools and client use "tokio" feature
 proxmox-lang = "1.1"
 proxmox-ldap = "0.1"
-proxmox-metrics = "0.2"
-proxmox-rest-server = { version = "0.3.0", features = [ "templates" ] }
+proxmox-metrics = "0.3"
+proxmox-rest-server = { version = "0.4.0", features = [ "templates" ] }
 # some use "cli", some use "cli" and "server", pbs-config uses nothing
 proxmox-router = { version = "1.3.1", default_features = false }
 # everything but pbs-config and pbs-client ues "api-macro"
 proxmox-schema = "1.3.6"
 proxmox-section-config = "1"
 proxmox-serde = "0.1.1"
-proxmox-shared-memory = "0.2.3"
+proxmox-shared-memory = "0.3.0"
 proxmox-sortable-macro = "0.1.2"
-proxmox-subscription = { version = "0.3", features = [ "api-types" ] }
-proxmox-sys = "0.4.2"
+proxmox-subscription = { version = "0.4", features = [ "api-types" ] }
+proxmox-sys = "0.5.0"
 proxmox-tfa = { version = "4", features = [ "api", "api-types" ] }
 proxmox-time = "1.1.2"
 proxmox-uuid = "1"
@@ -82,8 +82,8 @@ proxmox-uuid = "1"
 # other proxmox crates
 pathpatterns = "0.1.2"
 proxmox-acme-rs = "0.4"
-proxmox-apt = "0.9.0"
-proxmox-openid = "0.9.9"
+proxmox-apt = "0.10.0"
+proxmox-openid = "0.10.0"
 pxar = "0.10.2"
 
 # PBS workspace
index a200bdfdf0c1f4a9d89907e4c712787643a9eb73..5f4fb6022038f8faaa8e527fee7fdef34735324a 100644 (file)
@@ -50,32 +50,32 @@ Build-Depends: bash-completion,
                librust-percent-encoding-2+default-dev (>= 2.1-~~),
                librust-pin-project-lite-0.2+default-dev,
                librust-proxmox-acme-rs-0.4+default-dev,
-               librust-proxmox-apt-0.9+default-dev,
+               librust-proxmox-apt-0.10+default-dev,
                librust-proxmox-async-0.4+default-dev,
-               librust-proxmox-auth-api-0.1+api-dev,
-               librust-proxmox-auth-api-0.1+api-types-dev,
-               librust-proxmox-auth-api-0.1+default-dev,
-               librust-proxmox-auth-api-0.1+pam-authenticator-dev,
+               librust-proxmox-auth-api-0.2+api-dev,
+               librust-proxmox-auth-api-0.2+api-types-dev,
+               librust-proxmox-auth-api-0.2+default-dev,
+               librust-proxmox-auth-api-0.2+pam-authenticator-dev,
                librust-proxmox-borrow-1+default-dev,
-               librust-proxmox-compression-0.1+default-dev (>= 0.1.1-~~),
+               librust-proxmox-compression-0.2+default-dev (>= 0.2~),
                librust-proxmox-fuse-0.1+default-dev (>= 0.1.3-~~),
-               librust-proxmox-http-0.8+client-dev,
-               librust-proxmox-http-0.8+client-trait-dev,
-               librust-proxmox-http-0.8+default-dev,
-               librust-proxmox-http-0.8+http-helpers-dev,
-               librust-proxmox-http-0.8+proxmox-async-dev,
-               librust-proxmox-http-0.8+rate-limited-stream-dev,
-               librust-proxmox-http-0.8+rate-limiter-dev,
-               librust-proxmox-http-0.8+websocket-dev,
+               librust-proxmox-http-0.9+client-dev,
+               librust-proxmox-http-0.9+client-trait-dev,
+               librust-proxmox-http-0.9+default-dev,
+               librust-proxmox-http-0.9+http-helpers-dev,
+               librust-proxmox-http-0.9+proxmox-async-dev,
+               librust-proxmox-http-0.9+rate-limited-stream-dev,
+               librust-proxmox-http-0.9+rate-limiter-dev,
+               librust-proxmox-http-0.9+websocket-dev,
                librust-proxmox-io-1+default-dev (>= 1.0.1-~~),
                librust-proxmox-io-1+tokio-dev (>= 1.0.1-~~),
                librust-proxmox-lang-1+default-dev (>= 1.1-~~),
                librust-proxmox-ldap-0.1+default-dev,
-               librust-proxmox-metrics-0.2+default-dev,
-               librust-proxmox-openid-0.9+default-dev (>= 0.9.9-~~),
-               librust-proxmox-rest-server-0.3+default-dev,
-               librust-proxmox-rest-server-0.3+rate-limited-stream-dev,
-               librust-proxmox-rest-server-0.3+templates-dev,
+               librust-proxmox-metrics-0.3+default-dev,
+               librust-proxmox-openid-0.10+default-dev (>= 0.10.0-~~),
+               librust-proxmox-rest-server-0.4+default-dev,
+               librust-proxmox-rest-server-0.4+rate-limited-stream-dev,
+               librust-proxmox-rest-server-0.4+templates-dev,
                librust-proxmox-router-1+cli-dev (>= 1.3.1-~~),
                librust-proxmox-router-1+default-dev (>= 1.3.1-~~),
                librust-proxmox-router-1+server-dev (>= 1.3.1-~~),
@@ -84,15 +84,15 @@ Build-Depends: bash-completion,
                librust-proxmox-section-config-1+default-dev,
                librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~),
                librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~),
-               librust-proxmox-shared-memory-0.2+default-dev (>= 0.2.3-~~),
+               librust-proxmox-shared-memory-0.3+default-dev (>= 0.3.0-~~),
                librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.2-~~),
-               librust-proxmox-subscription-0.3+api-types-dev,
-               librust-proxmox-subscription-0.3+default-dev,
-               librust-proxmox-sys-0.4+acl-dev (>= 0.4.2-~~),
-               librust-proxmox-sys-0.4+crypt-dev (>= 0.4.2-~~),
-               librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~),
-               librust-proxmox-sys-0.4+logrotate-dev (>= 0.4.2-~~),
-               librust-proxmox-sys-0.4+timer-dev (>= 0.4.2-~~),
+               librust-proxmox-subscription-0.4+api-types-dev,
+               librust-proxmox-subscription-0.4+default-dev,
+               librust-proxmox-sys-0.5+acl-dev (>= 0.5.0-~~),
+               librust-proxmox-sys-0.5+crypt-dev (>= 0.5.0-~~),
+               librust-proxmox-sys-0.5+default-dev (>= 0.5.0-~~),
+               librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.0-~~),
+               librust-proxmox-sys-0.5+timer-dev (>= 0.5.0-~~),
                librust-proxmox-tfa-4+api-dev,
                librust-proxmox-tfa-4+api-types-dev,
                librust-proxmox-tfa-4+default-dev,