diff --git a/Cargo.toml b/Cargo.toml index dc09d46..6210a75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,4 +25,4 @@ tokio-stream = { version = "0.1", features = ["io-util"] } tokio-util = "0.7" proxmox-http = { version = "0.6", features = ["websocket", "client"] } -proxmox-sys = "0.2.2" +proxmox-sys = "0.3" diff --git a/debian/control b/debian/control index 06759aa..09b50ef 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 12), librust-proxmox-http-0.6+client-dev, librust-proxmox-http-0.6+default-dev, librust-proxmox-http-0.6+websocket-dev, - librust-proxmox-sys-0.2+default-dev (>= 0.2.2-~~), + librust-proxmox-sys-0.3+default-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-serde-json-1+default-dev,