]> git.proxmox.com Git - pve-xtermjs.git/blobdiff - Cargo.toml
switch from curl to ureq
[pve-xtermjs.git] / Cargo.toml
index 60c3ae089245a55b90dd1f31495a5caf4b26ad98..95ff1d16e76b0b80adbddf96e524c53e8832e554 100644 (file)
@@ -11,8 +11,9 @@ license = "AGPL-3"
 exclude = [ "build", "debian" ]
 
 [dependencies]
+anyhow = "1"
 mio = { version = "0.7", features = [ "net", "os-ext" ] }
-curl = "0.4"
+ureq = { version = "2.4", default-features = false, features = [ "gzip" ] }
 clap = "2.33"
 proxmox-io = "1"
 proxmox-sys = "0.2"