X-Git-Url: https://git.proxmox.com/?p=proxmox-websocket-tunnel.git;a=blobdiff_plain;f=Cargo.toml;h=dc09d46e0ec8231cf823b1f220dc08766768fa45;hp=2d446365827c79091993f8d0a49bd7a2fb5bc2a2;hb=1b9bcbf7b35436bcc76e8d9f6bc3167a2b5a9825;hpb=395a1e9dcb49348ada98f585c0d8ad60b2d0f926 diff --git a/Cargo.toml b/Cargo.toml index 2d44636..dc09d46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"