deps: update various dependencies

We also increase the MSRV to 1.32, the current stable release, which sets
the stage for migrating to Rust 2018.
This commit is contained in:
Andrew Gallant
2019-01-19 09:32:32 -05:00
parent 7ecee299a5
commit 63b0f31a22
10 changed files with 134 additions and 156 deletions

View File

@@ -17,9 +17,9 @@ atty = "0.2.11"
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"
regex = "1.1"
same-file = "1.0.4"
termcolor = "1.0.4"
[target.'cfg(windows)'.dependencies.winapi-util]
version = "0.1.1"