diff --git a/Cargo.toml b/Cargo.toml index 9ee68e9bf..f9f1537b9 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.2", features = [ "cli" ] } +proxmox-router = { version = "1.2.2", 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/debian/control b/debian/control index f64de3f0c..02e32ca60 100644 --- a/debian/control +++ b/debian/control @@ -56,7 +56,7 @@ Build-Depends: debhelper (>= 12), librust-proxmox-lang-1+default-dev (>= 1.1-~~), librust-proxmox-openid-0.9+default-dev, librust-proxmox-router-1+cli-dev (>= 1.2-~~), - librust-proxmox-router-1+default-dev (>= 1.2-~~), + librust-proxmox-router-1+default-dev (>= 1.2.2-~~), librust-proxmox-schema-1+api-macro-dev (>= 1.3.1-~~), librust-proxmox-schema-1+default-dev (>= 1.3.1-~~), librust-proxmox-schema-1+upid-api-impl-dev (>= 1.3.1-~~),