diff --git a/Cargo.toml b/Cargo.toml index 4fc72d5e..ecf948ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/debian/control b/debian/control index 15d0b432..f4ea4fb8 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index 50cbe9b1..40e34f9a 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -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" ] } diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml index cd9ba284..b21fc5f7 100644 --- a/pbs-config/Cargo.toml +++ b/pbs-config/Cargo.toml @@ -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" } diff --git a/pbs-datastore/Cargo.toml b/pbs-datastore/Cargo.toml index 03818433..186717ed 100644 --- a/pbs-datastore/Cargo.toml +++ b/pbs-datastore/Cargo.toml @@ -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" } diff --git a/pbs-fuse-loop/Cargo.toml b/pbs-fuse-loop/Cargo.toml index c9b260e5..b2f9e222 100644 --- a/pbs-fuse-loop/Cargo.toml +++ b/pbs-fuse-loop/Cargo.toml @@ -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" diff --git a/pbs-tape/Cargo.toml b/pbs-tape/Cargo.toml index 498bce71..c97a5511 100644 --- a/pbs-tape/Cargo.toml +++ b/pbs-tape/Cargo.toml @@ -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" } diff --git a/pbs-tools/Cargo.toml b/pbs-tools/Cargo.toml index 2a62d6da..c6764927 100644 --- a/pbs-tools/Cargo.toml +++ b/pbs-tools/Cargo.toml @@ -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" } diff --git a/proxmox-backup-client/Cargo.toml b/proxmox-backup-client/Cargo.toml index 7442a4cf..614d5dfe 100644 --- a/proxmox-backup-client/Cargo.toml +++ b/proxmox-backup-client/Cargo.toml @@ -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" } diff --git a/proxmox-file-restore/Cargo.toml b/proxmox-file-restore/Cargo.toml index 59e631fe..6342c4e3 100644 --- a/proxmox-file-restore/Cargo.toml +++ b/proxmox-file-restore/Cargo.toml @@ -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" } diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index d11321c4..ae24fa06 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -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" ] } diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index 2e3ac71e..93e0d915 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -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" } diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index e838cd25..0a9c948c 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -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" \ No newline at end of file +proxmox-sys = "0.3.1" \ No newline at end of file diff --git a/pxar-bin/Cargo.toml b/pxar-bin/Cargo.toml index 3d440e34..e22e2b29 100644 --- a/pxar-bin/Cargo.toml +++ b/pxar-bin/Cargo.toml @@ -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" }