summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-09-07 13:14:31 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-09-07 14:00:22 -0400
commitd14f0b37d651b276fcd6a6938b0da918b17f3326 (patch)
treec06de798b5df66dd9bd51049444c02b93be8163f /ignore
parent3ddc3c040f7a0a6896738fc1d6dbe57fd75566b4 (diff)
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.
Diffstat (limited to 'ignore')
-rw-r--r--ignore/Cargo.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml
index c2a47b90..164a8518 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ignore"
-version = "0.4.3" #:version
+version = "0.4.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`
@@ -18,21 +18,21 @@ name = "ignore"
bench = false
[dependencies]
-crossbeam-channel = "0.2"
-globset = { version = "0.4.0", path = "../globset" }
-lazy_static = "1"
-log = "0.4"
-memchr = "2"
-regex = "1"
-same-file = "1"
-thread_local = "0.3.2"
-walkdir = "2.2.2"
+crossbeam-channel = "0.2.4"
+globset = { version = "0.4.2", path = "../globset" }
+lazy_static = "1.1.0"
+log = "0.4.5"
+memchr = "2.0.2"
+regex = "1.0.5"
+same-file = "1.0.3"
+thread_local = "0.3.6"
+walkdir = "2.2.5"
[target.'cfg(windows)'.dependencies.winapi-util]
version = "0.1.1"
[dev-dependencies]
-tempdir = "0.3.5"
+tempdir = "0.3.7"
[features]
simd-accel = ["globset/simd-accel"]