]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pbs-tools/Cargo.toml
depend on proxmox-async 0.2
[proxmox-backup.git] / pbs-tools / Cargo.toml
index 89c6303cd279dcc331017b35182696401c72d7a8..3edfe48f75d99964eb04b5d304a11ec92b781eab 100644 (file)
@@ -8,15 +8,17 @@ description = "common tools used throughout pbs"
 # This must not depend on any subcrates more closely related to pbs itself.
 [dependencies]
 anyhow = "1.0"
-base64 = "0.12"
+base64 = "0.13"
 bytes = "1.0"
 crc32fast = "1"
 endian_trait = { version = "0.6", features = ["arrays"] }
 flate2 = "1.0"
 foreign-types = "0.3"
 futures = "0.3"
+hex = "0.4.3"
 lazy_static = "1.4"
 libc = "0.2"
+log = "0.4"
 nix = "0.19.1"
 nom = "5.1"
 openssl = "0.10"
@@ -30,10 +32,14 @@ url = "2.1"
 walkdir = "2"
 zstd = { version = "0.6", features = [ "bindgen" ] }
 
-proxmox = { version = "0.13.0", default-features = false, features = [ "tokio" ] }
+proxmox = { version = "0.15.3", default-features = false, features = [ "tokio" ] }
+proxmox-async = "0.2"
+proxmox-borrow = "1"
+proxmox-io = { version = "1", features = [ "tokio" ] }
+proxmox-lang = { version = "1" }
+proxmox-time = { version = "1" }
 
 pbs-buildcfg = { path = "../pbs-buildcfg" }
-pbs-runtime = { path = "../pbs-runtime" }
 
 [dev-dependencies]
 tokio = { version = "1.6", features = [ "macros" ] }