diff --git a/Cargo.lock b/Cargo.lock index 73e90fb..0f125c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ dependencies = [ "libc", "num-integer", "num-traits 0.2.14", - "time", + "time 0.1.45", "winapi", ] @@ -763,15 +763,21 @@ dependencies = [ [[package]] name = "time" -version = "0.1.44" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" +checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" dependencies = [ "libc", "wasi", "winapi", ] +[[package]] +name = "time" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcc26de0a81a07c8352b548977862908fa9863e0e6e4f0eb36b2a9f4f8845585" + [[package]] name = "toml" version = "0.4.10" @@ -796,7 +802,7 @@ dependencies = [ "rand 0.3.23", "structopt", "termion", - "time", + "time 0.2.0", "toml", "unicode-segmentation", "unix_socket", diff --git a/Cargo.toml b/Cargo.toml index 4309bd1..b8897a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ debug = 1 [dependencies] structopt = "0.2.1" -time = "0.1" +time = "0.2" backtrace = "0.3" termion = "1.5" nix = "0.17"