use newer versions
This commit is contained in:
parent
ce7ba139f1
commit
832d805cdd
34
Cargo.toml
34
Cargo.toml
@ -9,25 +9,25 @@ name = "proxmox_backup"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
failure = "0.1.3"
|
failure = "0.1"
|
||||||
serde = "1.0.80"
|
serde = "1.0"
|
||||||
serde_json = "1.0.32"
|
serde_json = "1.0"
|
||||||
serde_derive = "1.0.80"
|
serde_derive = "1.0"
|
||||||
url = "1.7.1"
|
url = "1.7"
|
||||||
futures = "0.1.25"
|
futures = "0.1"
|
||||||
tokio = "0.1.11"
|
tokio = "0.1"
|
||||||
tokio-codec = "0.1.1"
|
tokio-codec = "0.1"
|
||||||
http = "0.1.13"
|
http = "0.1"
|
||||||
hyper = "0.12.14"
|
hyper = "0.12"
|
||||||
lazy_static = "1.1.0"
|
lazy_static = "1.1"
|
||||||
regex = "1.0.6"
|
regex = "1.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
nix = "0.12.0"
|
nix = "0.12"
|
||||||
shellwords = "1.0.0"
|
shellwords = "1.0"
|
||||||
uuid = { version = "0.7", features = ["v4"] }
|
uuid = { version = "0.7", features = ["v4"] }
|
||||||
chrono = "0.4.6" # Date and time library for Rust
|
chrono = "0.4" # Date and time library for Rust
|
||||||
openssl = "0.10.16"
|
openssl = "0.10"
|
||||||
siphasher = "0.3"
|
siphasher = "0.3"
|
||||||
endian_trait = "0.6.0"
|
endian_trait = "0.6"
|
||||||
walkdir = "2"
|
walkdir = "2"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user