summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-12-30 08:43:18 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-12-30 08:43:18 -0500
commitb3c5773266faf435faa970e5545f057aad09aaee (patch)
treec9fba4e104e27b78115174bfd994928fcc8211f0
parent118b950085ff674c1c7142bc5e171dd2b4688934 (diff)
deps: bump ignore
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7ec4d406..b52cd63c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -256,7 +256,7 @@ dependencies = [
[[package]]
name = "ignore"
-version = "0.4.4"
+version = "0.4.5"
dependencies = [
"crossbeam-channel 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"globset 0.4.2",
@@ -523,7 +523,7 @@ version = "0.10.0"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grep 0.2.3",
- "ignore 0.4.4",
+ "ignore 0.4.5",
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",