]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump proxmox-router dep to 1.2.4
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Jun 2022 08:43:11 +0000 (10:43 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Jun 2022 08:43:19 +0000 (10:43 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
pbs-client/Cargo.toml
pbs-config/Cargo.toml
pbs-tape/Cargo.toml
proxmox-backup-client/Cargo.toml
proxmox-file-restore/Cargo.toml
proxmox-rest-server/Cargo.toml
proxmox-restore-daemon/Cargo.toml
proxmox-rrd/Cargo.toml
pxar-bin/Cargo.toml

index 6776eae3d77ad11e0d40144380a5a33f69a2c013..4fc72d5e294b225abc9c83fecf8ca6f8a71e6e2d 100644 (file)
@@ -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" ] }
index 70d04cafca28e414ff98b9432d0b25d4883ae621..fbb516d467cefc2c35b651b34429a1a770fc20e6 100644 (file)
@@ -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"
index c0a9d9d9e8290cac0a81f302229084bb497d4efa..cd9ba2848a9fc2538cf128790af5ba3a02468c88 100644 (file)
@@ -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"
index dfe65778c02ba6e87985fc20b0667fa42da5d509..62c44eb3fc25b51998bd69c1139ad0724841a524 100644 (file)
@@ -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" }
index 5142719d3fd7db30a291bdd85d83844c5e2ad9b7..aaf14916710bf59a850d04b1f1b496283887f2da 100644 (file)
@@ -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" ] }
index de719b4614d090e98abb344204c161ce30b0107e..1935458c3d4b32c5602530dbda5e20c727a56386 100644 (file)
@@ -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"
index 528270f74e16b05e8b3771136da8be0ed3ec974a..d11321c4898620167e2b89fe5caeb2c20c39b600 100644 (file)
@@ -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" ] }
index ff67331e2fd3ac7b6672a7791dcf6eb7256e89c5..2e3ac71ed5813c1115719cd4caac2a67910aecc2 100644 (file)
@@ -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" ] }
index b9ef4ee4449ae43c4c2d8212f140485dc967cb9d..e838cd2585d08e6f74e4437ef3224b39a3f3f43f 100644 (file)
@@ -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"
index a5ecb039b0507d32a8a99e23c042522f8092e8bf..2e379d8cd6b8b650ff69743fef05c4735421615e 100644 (file)
@@ -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" ] }