mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 15:16:21 +00:00
bump proxmox-sys dep to 0.3.1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
adeda54505
commit
04dffc3ad7
@ -105,7 +105,7 @@ proxmox-time = "1.1.2"
|
||||
proxmox-uuid = "1"
|
||||
proxmox-serde = "0.1"
|
||||
proxmox-shared-memory = "0.2"
|
||||
proxmox-sys = { version = "0.3", features = [ "sortable-macro" ] }
|
||||
proxmox-sys = { version = "0.3.1", features = [ "sortable-macro" ] }
|
||||
proxmox-compression = "0.1"
|
||||
|
||||
|
||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -64,9 +64,9 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-proxmox-section-config-1+default-dev,
|
||||
librust-proxmox-serde-0.1+default-dev,
|
||||
librust-proxmox-shared-memory-0.2+default-dev,
|
||||
librust-proxmox-sys-0.3+default-dev,
|
||||
librust-proxmox-sys-0.3+logrotate-dev,
|
||||
librust-proxmox-sys-0.3+sortable-macro-dev,
|
||||
librust-proxmox-sys-0.3+default-dev (>= 0.3.1-~~),
|
||||
librust-proxmox-sys-0.3+logrotate-dev (>= 0.3.1-~~),
|
||||
librust-proxmox-sys-0.3+sortable-macro-dev (>= 0.3.1-~~),
|
||||
librust-proxmox-tfa-2+api-dev,
|
||||
librust-proxmox-tfa-2+api-types-dev,
|
||||
librust-proxmox-tfa-2+default-dev,
|
||||
|
@ -42,7 +42,7 @@ proxmox-lang = "1.1"
|
||||
proxmox-router = { version = "1.2.4", features = [ "cli" ] }
|
||||
proxmox-schema = "1.3.1"
|
||||
proxmox-time = "1"
|
||||
proxmox-sys = "0.3"
|
||||
proxmox-sys = "0.3.1"
|
||||
|
||||
pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
||||
|
||||
|
@ -24,7 +24,7 @@ proxmox-section-config = "1"
|
||||
proxmox-time = "1"
|
||||
proxmox-serde = "0.1"
|
||||
proxmox-shared-memory = "0.2"
|
||||
proxmox-sys = "0.3"
|
||||
proxmox-sys = "0.3.1"
|
||||
proxmox-metrics = "0.2"
|
||||
|
||||
pbs-api-types = { path = "../pbs-api-types" }
|
||||
|
@ -32,7 +32,7 @@ proxmox-lang = "1.1"
|
||||
proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
|
||||
proxmox-time = "1"
|
||||
proxmox-uuid = "1"
|
||||
proxmox-sys = "0.3"
|
||||
proxmox-sys = "0.3.1"
|
||||
|
||||
pbs-api-types = { path = "../pbs-api-types" }
|
||||
pbs-buildcfg = { path = "../pbs-buildcfg" }
|
||||
|
@ -17,4 +17,4 @@ tokio = { version = "1.6", features = [] }
|
||||
|
||||
proxmox-time = "1"
|
||||
proxmox-fuse = "0.1.3"
|
||||
proxmox-sys = "0.3"
|
||||
proxmox-sys = "0.3.1"
|
||||
|
@ -29,7 +29,7 @@ proxmox-uuid = "1"
|
||||
|
||||
# router::cli is only used by binaries, so maybe we should split them out
|
||||
proxmox-router = "1.2.4"
|
||||
proxmox-sys = "0.3"
|
||||
proxmox-sys = "0.3.1"
|
||||
|
||||
pbs-api-types = { path = "../pbs-api-types" }
|
||||
pbs-config = { path = "../pbs-config" }
|
||||
|
@ -38,7 +38,7 @@ proxmox-borrow = "1"
|
||||
proxmox-io = { version = "1", features = [ "tokio" ] }
|
||||
proxmox-lang = { version = "1.1" }
|
||||
proxmox-time = { version = "1" }
|
||||
proxmox-sys = "0.3"
|
||||
proxmox-sys = "0.3.1"
|
||||
|
||||
pbs-buildcfg = { path = "../pbs-buildcfg" }
|
||||
pbs-api-types = { path = "../pbs-api-types" }
|
||||
|
@ -28,7 +28,7 @@ proxmox-io = "1.0.1"
|
||||
proxmox-router = { version = "1.2.4", features = [ "cli" ] }
|
||||
proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
|
||||
proxmox-time = "1"
|
||||
proxmox-sys = { version = "0.3", features = [ "sortable-macro" ] }
|
||||
proxmox-sys = { version = "0.3.1", features = [ "sortable-macro" ] }
|
||||
|
||||
pbs-api-types = { path = "../pbs-api-types" }
|
||||
pbs-buildcfg = { path = "../pbs-buildcfg" }
|
||||
|
@ -24,7 +24,7 @@ proxmox-router = { version = "1.2.4", features = [ "cli" ] }
|
||||
proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
|
||||
proxmox-time = "1"
|
||||
proxmox-uuid = "1"
|
||||
proxmox-sys = "0.3"
|
||||
proxmox-sys = "0.3.1"
|
||||
|
||||
pbs-api-types = { path = "../pbs-api-types" }
|
||||
pbs-buildcfg = { path = "../pbs-buildcfg" }
|
||||
|
@ -40,4 +40,4 @@ proxmox-http = { version = "0.6", features = [ "client" ] }
|
||||
proxmox-router = "1.2.4"
|
||||
proxmox-schema = { version = "1.3.1", features = [ "api-macro", "upid-api-impl" ] }
|
||||
proxmox-time = "1"
|
||||
proxmox-sys = { version = "0.3", features = [ "logrotate" ] }
|
||||
proxmox-sys = { version = "0.3.1", features = [ "logrotate" ] }
|
||||
|
@ -31,7 +31,7 @@ proxmox-compression = "0.1.1"
|
||||
proxmox-router = { version = "1.2.4", features = [ "cli" ] }
|
||||
proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
|
||||
proxmox-time = "1"
|
||||
proxmox-sys = { version = "0.3", features = [ "sortable-macro" ] }
|
||||
proxmox-sys = { version = "0.3.1", features = [ "sortable-macro" ] }
|
||||
|
||||
pbs-api-types = { path = "../pbs-api-types" }
|
||||
pbs-tools = { path = "../pbs-tools" }
|
||||
|
@ -22,4 +22,4 @@ serde_cbor = "0.11.1"
|
||||
#proxmox = { version = "0.15.3" }
|
||||
proxmox-time = "1"
|
||||
proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
|
||||
proxmox-sys = "0.3"
|
||||
proxmox-sys = "0.3.1"
|
@ -21,7 +21,7 @@ pathpatterns = "0.1.2"
|
||||
proxmox-async = "0.4"
|
||||
proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
|
||||
proxmox-router = "1.2.4"
|
||||
proxmox-sys = "0.3"
|
||||
proxmox-sys = "0.3.1"
|
||||
pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
||||
|
||||
pbs-client = { path = "../pbs-client" }
|
||||
|
Loading…
Reference in New Issue
Block a user