]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pbs-client/Cargo.toml
move json_object_to_query to proxmox-http+http-helpers
[proxmox-backup.git] / pbs-client / Cargo.toml
index 60dc32d3b496247fb8aad02e89396c5ff70b422e..6bc02ecdb68a6ea3be2b2c7efc65fe298af3f032 100644 (file)
@@ -16,29 +16,33 @@ http = "0.2"
 hyper = { version = "0.14", features = [ "full" ] }
 lazy_static = "1.4"
 libc = "0.2"
-nix = "0.19.1"
+nix = "0.24"
+log = "0.4"
 openssl = "0.10"
 percent-encoding = "2.1"
 pin-project-lite = "0.2"
 regex = "1.5"
-rustyline = "7"
+rustyline = "9"
+serde = "1.0"
 serde_json = "1.0"
 tokio = { version = "1.6", features = [ "fs", "signal" ] }
 tokio-stream = "0.1.0"
 tower-service = "0.3.0"
 xdg = "2.2"
+tar = "0.4"
 
 pathpatterns = "0.1.2"
 
-proxmox-async = "0.3"
-proxmox-fuse = "0.1.1"
-proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] }
+proxmox-async = "0.4"
+proxmox-compression = "0.1.1"
+proxmox-fuse = "0.1.3"
+proxmox-http = { version = "0.6.3", features = [ "client", "http-helpers", "websocket" ] }
 proxmox-io = { version = "1.0.1", features = [ "tokio" ] }
-proxmox-lang = "1"
-proxmox-router = { version = "1.1", features = [ "cli" ] }
-proxmox-schema = "1.1"
+proxmox-lang = "1.1"
+proxmox-router = { version = "1.2.4", features = [ "cli" ] }
+proxmox-schema = "1.3.1"
 proxmox-time = "1"
-proxmox-sys = "0.2"
+proxmox-sys = "0.3.1"
 
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }