build: bump tokio-util to 0.7

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-06-02 10:04:47 +02:00
parent 395a1e9dcb
commit 1b9bcbf7b3
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["io-std", "io-util", "macros", "rt-multi-thread", "sync"] }
tokio-stream = { version = "0.1", features = ["io-util"] }
tokio-util = "0.6"
tokio-util = "0.7"
proxmox-http = { version = "0.6", features = ["websocket", "client"] }
proxmox-sys = "0.2.2"

2
debian/control vendored
View File

@ -30,7 +30,7 @@ Build-Depends: debhelper (>= 12),
librust-tokio-1+sync-dev,
librust-tokio-stream-0.1+default-dev,
librust-tokio-stream-0.1+io-util-dev,
librust-tokio-util-0.6+default-dev
librust-tokio-util-0.7+default-dev
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.5.1
Vcs-Git: git://git.proxmox.com/git/proxmox-websocket-tunnel.git