]> git.proxmox.com Git - proxmox-websocket-tunnel.git/blobdiff - Cargo.toml
build: bump tokio-util to 0.7
[proxmox-websocket-tunnel.git] / Cargo.toml
index 2d446365827c79091993f8d0a49bd7a2fb5bc2a2..dc09d46e0ec8231cf823b1f220dc08766768fa45 100644 (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"