From d14f0b37d651b276fcd6a6938b0da918b17f3326 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 7 Sep 2018 13:14:31 -0400 Subject: deps: update versions for all crates I don't think every change here is needed, but this ensures we're using the latest version of every direct dependency. --- grep-cli/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'grep-cli') diff --git a/grep-cli/Cargo.toml b/grep-cli/Cargo.toml index 1d5fda22..cb299161 100644 --- a/grep-cli/Cargo.toml +++ b/grep-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep-cli" -version = "0.1.0" #:version +version = "0.1.1" #:version authors = ["Andrew Gallant "] description = """ Utilities for search oriented command line applications. @@ -14,12 +14,12 @@ license = "Unlicense/MIT" [dependencies] atty = "0.2.11" -globset = { version = "0.4.1", path = "../globset" } -lazy_static = "1.1" -log = "0.4" -regex = "1" -same-file = "1" -termcolor = "1" +globset = { version = "0.4.2", path = "../globset" } +lazy_static = "1.1.0" +log = "0.4.5" +regex = "1.0.5" +same-file = "1.0.3" +termcolor = "1.0.3" [target.'cfg(windows)'.dependencies.winapi-util] version = "0.1.1" -- cgit v1.2.3