1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 15:37:47 +00:00

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] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-07-06 07:17:46 +00:00 committed by Roy Ivy III
parent b21bd0bea3
commit 99da2451ab

View file

@ -4,7 +4,7 @@ version = "0.0.1"
authors = [] authors = []
[dependencies] [dependencies]
getopts = "0.2.14" getopts = "0.2.18"
failure = { version = "0.1.1", optional = true } failure = { version = "0.1.1", optional = true }
failure_derive = { version = "0.1.1", optional = true } failure_derive = { version = "0.1.1", optional = true }
time = { version = "0.1.40", optional = true } time = { version = "0.1.40", optional = true }