diff --git a/Cargo.toml b/Cargo.toml index bd21117a..8da159f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] } proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] } proxmox-io = "1" proxmox-lang = "1.1" -proxmox-router = { version = "1.1", features = [ "cli" ] } +proxmox-router = { version = "1.2", features = [ "cli" ] } proxmox-schema = { version = "1.3", 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 767285d4..94fefe1b 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -37,7 +37,7 @@ proxmox-fuse = "0.1.1" 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.1", features = [ "cli" ] } +proxmox-router = { version = "1.2", features = [ "cli" ] } proxmox-schema = "1.3" proxmox-time = "1" proxmox-sys = "0.2" diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml index eded9613..bacadf61 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.1", default-features = false } +proxmox-router = { version = "1.2", default-features = false } proxmox-schema = "1.3" proxmox-section-config = "1" proxmox-time = "1" diff --git a/pbs-tape/Cargo.toml b/pbs-tape/Cargo.toml index a2edbdde..f0164db4 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.1" +proxmox-router = "1.2" proxmox-sys = "0.2" pbs-api-types = { path = "../pbs-api-types" } diff --git a/proxmox-backup-client/Cargo.toml b/proxmox-backup-client/Cargo.toml index 917a7286..fd05b1a1 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.1", features = [ "cli" ] } +proxmox-router = { version = "1.2", features = [ "cli" ] } proxmox-schema = { version = "1.3", features = [ "api-macro" ] } proxmox-time = "1" proxmox-sys = { version = "0.2.1", features = [ "sortable-macro" ] } diff --git a/proxmox-file-restore/Cargo.toml b/proxmox-file-restore/Cargo.toml index bb1a6e02..0731bb98 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.1", features = [ "cli" ] } +proxmox-router = { version = "1.2", features = [ "cli" ] } proxmox-schema = { version = "1.3", features = [ "api-macro" ] } proxmox-time = "1" proxmox-uuid = "1" diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index a957f8df..f2bff193 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -37,7 +37,7 @@ proxmox-compression = "0.1" proxmox-io = "1" proxmox-lang = "1.1" proxmox-http = { version = "0.6", features = [ "client" ] } -proxmox-router = "1.1" +proxmox-router = "1.2" proxmox-schema = { version = "1.3", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1" proxmox-sys = "0.2" diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index 8f1c1f77..5ae4da4f 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" -proxmox-router = { version = "1.1", features = [ "cli" ] } +proxmox-router = { version = "1.2", features = [ "cli" ] } proxmox-schema = { version = "1.3", features = [ "api-macro" ] } proxmox-time = "1" proxmox-sys = { version = "0.2", features = [ "sortable-macro" ] } diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index 9f6510e3..7b2cfaef 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.1" +proxmox-router = "1.2" [dependencies] anyhow = "1.0" diff --git a/pxar-bin/Cargo.toml b/pxar-bin/Cargo.toml index 14c447a0..cfe3b35e 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", features = [ "api-macro" ] } -proxmox-router = "1.1" +proxmox-router = "1.2" proxmox-sys = "0.2" pxar = { version = "0.10.1", features = [ "tokio-io" ] }