use newer versions

This commit is contained in:
Dietmar Maurer 2019-01-20 10:06:29 +01:00
parent ce7ba139f1
commit 832d805cdd
1 changed files with 17 additions and 17 deletions

View File

@ -9,25 +9,25 @@ name = "proxmox_backup"
path = "src/lib.rs"
[dependencies]
failure = "0.1.3"
serde = "1.0.80"
serde_json = "1.0.32"
serde_derive = "1.0.80"
url = "1.7.1"
futures = "0.1.25"
tokio = "0.1.11"
tokio-codec = "0.1.1"
http = "0.1.13"
hyper = "0.12.14"
lazy_static = "1.1.0"
regex = "1.0.6"
failure = "0.1"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
url = "1.7"
futures = "0.1"
tokio = "0.1"
tokio-codec = "0.1"
http = "0.1"
hyper = "0.12"
lazy_static = "1.1"
regex = "1.0"
libc = "0.2"
nix = "0.12.0"
shellwords = "1.0.0"
nix = "0.12"
shellwords = "1.0"
uuid = { version = "0.7", features = ["v4"] }
chrono = "0.4.6" # Date and time library for Rust
openssl = "0.10.16"
chrono = "0.4" # Date and time library for Rust
openssl = "0.10"
siphasher = "0.3"
endian_trait = "0.6.0"
endian_trait = "0.6"
walkdir = "2"