From 99da2451abc597917af5d64f2a1d8b4390f7ec5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 6 Jul 2018 07:17:46 +0000 Subject: [PATCH] Bump getopts from 0.2.17 to 0.2.18 Bumps [getopts](https://github.com/rust-lang/getopts) from 0.2.17 to 0.2.18. - [Release notes](https://github.com/rust-lang/getopts/releases) - [Commits](https://github.com/rust-lang/getopts/compare/0.2.17...v0.2.18) 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 126dc32f4..3a5a09a66 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" authors = [] [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" failure = { version = "0.1.1", optional = true } failure_derive = { version = "0.1.1", optional = true } time = { version = "0.1.40", optional = true }