diff --git a/Cargo.toml b/Cargo.toml index 6210a75..e0057ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,5 +24,5 @@ tokio = { version = "1", features = ["io-std", "io-util", "macros", "rt-multi-th tokio-stream = { version = "0.1", features = ["io-util"] } tokio-util = "0.7" -proxmox-http = { version = "0.6", features = ["websocket", "client"] } -proxmox-sys = "0.3" +proxmox-http = { version = "0.7", features = ["websocket", "client"] } +proxmox-sys = "0.4" diff --git a/debian/control b/debian/control index 09b50ef..7250cbe 100644 --- a/debian/control +++ b/debian/control @@ -15,10 +15,10 @@ Build-Depends: debhelper (>= 12), librust-itertools-0.10+default-dev, librust-openssl-0.10+default-dev, librust-percent-encoding-2+default-dev, - 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.3+default-dev, + librust-proxmox-http-0.7+client-dev, + librust-proxmox-http-0.7+default-dev, + librust-proxmox-http-0.7+websocket-dev, + librust-proxmox-sys-0.4+default-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-serde-json-1+default-dev, @@ -32,9 +32,10 @@ Build-Depends: debhelper (>= 12), librust-tokio-stream-0.1+io-util-dev, librust-tokio-util-0.7+default-dev Maintainer: Proxmox Support Team -Standards-Version: 4.5.1 +Standards-Version: 4.6.1 Vcs-Git: git://git.proxmox.com/git/proxmox-websocket-tunnel.git Vcs-Browser: https://git.proxmox.com/?p=proxmox-websocket-tunnel.git +X-Cargo-Crate: proxmox-websocket-tunnel Rules-Requires-Root: no Package: proxmox-websocket-tunnel