X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Cargo.toml;h=e048a459b7a4321eafb6c9d485ddab9710b853f0;hb=2d55beeca071a7507d5cdaf23814a58a7e7e2527;hp=1492649479622be6ca00ed0df7b68264c95115dc;hpb=c65bc99a410e08a3f5a8a398b2e6f4169a49eeac;p=proxmox-backup.git diff --git a/Cargo.toml b/Cargo.toml index 14926494..e048a459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.3.0" +version = "0.8.9" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" @@ -14,6 +14,7 @@ name = "proxmox_backup" path = "src/lib.rs" [dependencies] +apt-pkg-native = "0.3.1" # custom patched version base64 = "0.12" bitflags = "1.2.1" bytes = "0.5" @@ -37,12 +38,12 @@ pam = "0.7" pam-sys = "0.5" percent-encoding = "2.1" pin-utils = "0.1.0" -pathpatterns = "0.1.1" -proxmox = { version = "0.1.40", features = [ "sortable-macro", "api-macro" ] } +pathpatterns = "0.1.2" +proxmox = { version = "0.3.3", features = [ "sortable-macro", "api-macro", "websocket" ] } #proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] } -#proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro" ] } +#proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "websocket" ] } proxmox-fuse = "0.1.0" -pxar = { version = "0.2.0", features = [ "tokio-io", "futures-io" ] } +pxar = { version = "0.3.0", features = [ "tokio-io", "futures-io" ] } #pxar = { path = "../pxar", features = [ "tokio-io", "futures-io" ] } regex = "1.2" rustyline = "6" @@ -50,11 +51,11 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" siphasher = "0.3" syslog = "4.0" -tokio = { version = "0.2.9", features = [ "blocking", "fs", "io-util", "macros", "rt-threaded", "signal", "stream", "tcp", "time", "uds" ] } +tokio = { version = "0.2.9", features = [ "blocking", "fs", "dns", "io-util", "macros", "process", "rt-threaded", "signal", "stream", "tcp", "time", "uds" ] } tokio-openssl = "0.4.0" tokio-util = { version = "0.3", features = [ "codec" ] } tower-service = "0.3.0" -udev = "0.3" +udev = ">= 0.3, <0.5" url = "2.1" #valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true } walkdir = "2"