mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-07 17:18:03 +03:00
update build-dependencies for bookworm mass-bump
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>
This commit is contained in:
parent
54d9a35951
commit
fda888e2be
20
Cargo.toml
20
Cargo.toml
@ -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
|
||||
|
54
debian/control
vendored
54
debian/control
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user