diff --git a/Cargo.toml b/Cargo.toml index 5fa0d486..4ecf9430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ proxmox-uuid = "1" proxmox-serde = { version = "0.1.1", features = [ "serde_json" ] } proxmox-shared-memory = "0.2" proxmox-subscription = { version = "0.3", features = [ "api-types" ] } -proxmox-sys = { version = "0.4", features = [ "sortable-macro", "timer" ] } +proxmox-sys = { version = "0.4.1", features = [ "sortable-macro", "timer" ] } proxmox-compression = "0.1" proxmox-rest-server = "0.2" diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index c83b8ef8..75520dd8 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -42,7 +42,7 @@ proxmox-lang = "1.1" proxmox-router = { version = "1.3.0", features = [ "cli" ] } proxmox-schema = "1.3.1" proxmox-time = "1" -proxmox-sys = "0.4" +proxmox-sys = "0.4.1" pxar = { version = "0.10.1", features = [ "tokio-io" ] } diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml index b8ca6703..d09070a8 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 = { version = "0.4", features = [ "acl", "crypt", "timer" ] } +proxmox-sys = { version = "0.4.1", features = [ "acl", "crypt", "timer" ] } proxmox-metrics = "0.2" pbs-api-types = { path = "../pbs-api-types" } diff --git a/pbs-datastore/Cargo.toml b/pbs-datastore/Cargo.toml index cc416f29..e1ef4f8e 100644 --- a/pbs-datastore/Cargo.toml +++ b/pbs-datastore/Cargo.toml @@ -33,7 +33,7 @@ proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-serde = { version = "0.1.1", features = [ "serde_json" ] } proxmox-time = "1" proxmox-uuid = "1" -proxmox-sys = "0.4" +proxmox-sys = "0.4.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 57ca4d80..17f44645 100644 --- a/pbs-fuse-loop/Cargo.toml +++ b/pbs-fuse-loop/Cargo.toml @@ -17,4 +17,4 @@ tokio = { version = "1.6", features = ["io-util"] } proxmox-time = "1" proxmox-fuse = "0.1.3" -proxmox-sys = "0.4" +proxmox-sys = "0.4.1" diff --git a/pbs-tape/Cargo.toml b/pbs-tape/Cargo.toml index 3c718549..1eda9476 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.3.0" -proxmox-sys = "0.4" +proxmox-sys = "0.4.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 857b5aba..8634d791 100644 --- a/pbs-tools/Cargo.toml +++ b/pbs-tools/Cargo.toml @@ -37,7 +37,7 @@ proxmox-async = "0.4" proxmox-io = { version = "1", features = [ "tokio" ] } proxmox-lang = { version = "1.1" } proxmox-time = { version = "1" } -proxmox-sys = "0.4" +proxmox-sys = "0.4.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 b2f9e7e6..957fd5ca 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.3.0", features = [ "cli" ] } proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" -proxmox-sys = { version = "0.4", features = [ "sortable-macro" ] } +proxmox-sys = { version = "0.4.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 d945b8c8..0b185aa9 100644 --- a/proxmox-file-restore/Cargo.toml +++ b/proxmox-file-restore/Cargo.toml @@ -25,7 +25,7 @@ proxmox-router = { version = "1.3.0", features = [ "cli" ] } proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" proxmox-uuid = "1" -proxmox-sys = { version = "0.4", features = [ "logrotate" ] } +proxmox-sys = { version = "0.4.1", features = [ "logrotate" ] } proxmox-compression = "0.1" pbs-api-types = { path = "../pbs-api-types" } diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index dff65b5d..a5bbabab 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -32,7 +32,7 @@ proxmox-rest-server = "0.2" proxmox-router = { version = "1.3.0", features = [ "cli", "server" ] } proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" -proxmox-sys = { version = "0.4", features = [ "sortable-macro" ] } +proxmox-sys = { version = "0.4.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 b92e262b..c9caf7d5 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -23,4 +23,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.4" +proxmox-sys = "0.4.1" diff --git a/pxar-bin/Cargo.toml b/pxar-bin/Cargo.toml index c5670c3b..a79b765d 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.3.0" -proxmox-sys = "0.4" +proxmox-sys = "0.4.1" pxar = { version = "0.10.1", features = [ "tokio-io" ] } pbs-client = { path = "../pbs-client" }