diff --git a/Cargo.lock b/Cargo.lock index 69e6dc3..5e4a350 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.11.0" @@ -110,12 +112,6 @@ version = "0.2.67" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018" -[[package]] -name = "redox_syscall" -version = "0.1.56" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" - [[package]] name = "rm-improved" version = "0.13.1" @@ -159,14 +155,9 @@ dependencies = [ [[package]] name = "time" -version = "0.1.42" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" -dependencies = [ - "libc", - "redox_syscall", - "winapi 0.3.8", -] +checksum = "fcc26de0a81a07c8352b548977862908fa9863e0e6e4f0eb36b2a9f4f8845585" [[package]] name = "unicode-width" diff --git a/Cargo.toml b/Cargo.toml index 67c8a1b..4963408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ autobins = false [dependencies] clap = "2" walkdir = "1" -time = "0.1" +time = "0.2" error-chain = "0.12" [profile.release]