From 832d805cddbd310ba70bf9629db0a638c68e4dae Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sun, 20 Jan 2019 10:06:29 +0100 Subject: [PATCH] use newer versions --- Cargo.toml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 226993e1..03ac446b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- 2.39.5