summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-08-06 09:50:35 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-08-06 09:50:35 -0400
commit0a372bf2e47b13654e56dad3b74352ce28390dc9 (patch)
treeb5dd611d418ab579d372ecabd2dc32e1b2e44bf6
parent345124a7fa030cfa922fd9dc4675cdff769cd7a3 (diff)
deps: update ignore
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0572086d..71231512 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -221,7 +221,7 @@ dependencies = [
[[package]]
name = "ignore"
-version = "0.4.9"
+version = "0.4.10"
dependencies = [
"crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"globset 0.4.4",
@@ -380,7 +380,7 @@ dependencies = [
"bstr 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grep 0.2.4",
- "ignore 0.4.9",
+ "ignore 0.4.10",
"jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",