From a3593c890e3dfc0095d914d8eb7b79721366e891 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 21 Jun 2022 10:43:11 +0200 Subject: [PATCH] bump proxmox-router dep to 1.2.4 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- pbs-client/Cargo.toml | 2 +- pbs-config/Cargo.toml | 2 +- pbs-tape/Cargo.toml | 2 +- proxmox-backup-client/Cargo.toml | 2 +- proxmox-file-restore/Cargo.toml | 2 +- proxmox-rest-server/Cargo.toml | 2 +- proxmox-restore-daemon/Cargo.toml | 2 +- proxmox-rrd/Cargo.toml | 2 +- pxar-bin/Cargo.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6776eae3..4fc72d5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ proxmox-http = { version = "0.6.1", features = [ "client", "http-helpers", "webs proxmox-io = "1" proxmox-lang = "1.1" proxmox-metrics = "0.2" -proxmox-router = { version = "1.2.2", features = [ "cli" ] } +proxmox-router = { version = "1.2.4", features = [ "cli" ] } proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-section-config = "1" proxmox-tfa = { version = "2", features = [ "api", "api-types" ] } diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index 70d04caf..fbb516d4 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -38,7 +38,7 @@ proxmox-fuse = "0.1.3" proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] } proxmox-io = { version = "1.0.1", features = [ "tokio" ] } proxmox-lang = "1.1" -proxmox-router = { version = "1.2", features = [ "cli" ] } +proxmox-router = { version = "1.2.4", features = [ "cli" ] } proxmox-schema = "1.3.1" proxmox-time = "1" proxmox-sys = "0.3" diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml index c0a9d9d9..cd9ba284 100644 --- a/pbs-config/Cargo.toml +++ b/pbs-config/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" proxmox-lang = "1.1" -proxmox-router = { version = "1.2", default-features = false } +proxmox-router = { version = "1.2.4", default-features = false } proxmox-schema = "1.3.1" proxmox-section-config = "1" proxmox-time = "1" diff --git a/pbs-tape/Cargo.toml b/pbs-tape/Cargo.toml index dfe65778..62c44eb3 100644 --- a/pbs-tape/Cargo.toml +++ b/pbs-tape/Cargo.toml @@ -27,7 +27,7 @@ proxmox-time = "1" proxmox-uuid = "1" # router::cli is only used by binaries, so maybe we should split them out -proxmox-router = "1.2" +proxmox-router = "1.2.4" proxmox-sys = "0.3" pbs-api-types = { path = "../pbs-api-types" } diff --git a/proxmox-backup-client/Cargo.toml b/proxmox-backup-client/Cargo.toml index 5142719d..aaf14916 100644 --- a/proxmox-backup-client/Cargo.toml +++ b/proxmox-backup-client/Cargo.toml @@ -24,7 +24,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] } proxmox-async = "0.4" proxmox-io = "1.0.1" -proxmox-router = { version = "1.2", features = [ "cli" ] } +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" ] } diff --git a/proxmox-file-restore/Cargo.toml b/proxmox-file-restore/Cargo.toml index de719b46..1935458c 100644 --- a/proxmox-file-restore/Cargo.toml +++ b/proxmox-file-restore/Cargo.toml @@ -19,7 +19,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] } #proxmox = { version = "0.15.3" } proxmox-async = "0.4" proxmox-lang = "1.1" -proxmox-router = { version = "1.2", features = [ "cli" ] } +proxmox-router = { version = "1.2.4", features = [ "cli" ] } proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" proxmox-uuid = "1" diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 528270f7..d11321c4 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -37,7 +37,7 @@ proxmox-compression = "0.1.1" proxmox-io = "1" proxmox-lang = "1.1" proxmox-http = { version = "0.6", features = [ "client" ] } -proxmox-router = "1.2" +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" ] } diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index ff67331e..2e3ac71e 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -28,7 +28,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] } proxmox-async = "0.4" proxmox-compression = "0.1.1" -proxmox-router = { version = "1.2", features = [ "cli" ] } +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" ] } diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index b9ef4ee4..e838cd25 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "Simple RRD database implementation." [dev-dependencies] -proxmox-router = "1.2" +proxmox-router = "1.2.4" [dependencies] anyhow = "1.0" diff --git a/pxar-bin/Cargo.toml b/pxar-bin/Cargo.toml index a5ecb039..2e379d8c 100644 --- a/pxar-bin/Cargo.toml +++ b/pxar-bin/Cargo.toml @@ -19,7 +19,7 @@ pathpatterns = "0.1.2" #proxmox = "0.15.3" proxmox-async = "0.4" proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } -proxmox-router = "1.2" +proxmox-router = "1.2.4" proxmox-sys = "0.3" pxar = { version = "0.10.1", features = [ "tokio-io" ] }