From b21bd0bea3648014891c68d0202327a04c0feb0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 14 Jun 2018 07:22:03 +0000 Subject: [PATCH] Bump time from 0.1.39 to 0.1.40 Bumps [time](https://github.com/rust-lang/time) from 0.1.39 to 0.1.40. - [Release notes](https://github.com/rust-lang/time/releases) - [Commits](https://github.com/rust-lang/time/compare/0.1.39...0.1.40) Signed-off-by: dependabot[bot] --- src/uucore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index 946d78bf1..126dc32f4 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -7,7 +7,7 @@ authors = [] getopts = "0.2.14" failure = { version = "0.1.1", optional = true } failure_derive = { version = "0.1.1", optional = true } -time = { version = "0.1.38", optional = true } +time = { version = "0.1.40", optional = true } data-encoding = { version = "^2.1", optional = true } libc = { version = "0.2.42", optional = true }