]> git.proxmox.com Git - pve-xtermjs.git/commitdiff
termproxy: cargo: sort dependencies
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Oct 2023 08:19:45 +0000 (10:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Oct 2023 08:19:45 +0000 (10:19 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
termproxy/Cargo.toml

index d24b4ccdef69790084e3dbe93630b2ba53f51179..61da2d2683f20d3379bb294dbaac3d270ce31056 100644 (file)
@@ -17,8 +17,8 @@ lto = true
 [dependencies]
 anyhow = "1"
 mio = { version = "0.8", features = [ "net", "os-ext" ] }
-ureq = { version = "2.4", default-features = false, features = [ "gzip" ] }
 pico-args = "0.4"
 proxmox-io = "1"
 proxmox-lang = "1.1"
 proxmox-sys = "0.5"
+ureq = { version = "2.4", default-features = false, features = [ "gzip" ] }