bump proxmox-router dependency to 1.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2022-04-13 08:17:08 +02:00
parent b7c3eaa981
commit fb6e48f402
10 changed files with 10 additions and 10 deletions

View 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.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" ] }