mirror of
https://git.proxmox.com/git/proxmox-websocket-tunnel
synced 2025-05-28 15:46:57 +00:00
update dependencies
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
deec14a4bd
commit
b8278dc268
@ -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"
|
||||
|
11
debian/control
vendored
11
debian/control
vendored
@ -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 <support@proxmox.com>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user