1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-02-09 14:14:56 +02:00

update ignore dependency

This commit is contained in:
Andrew Gallant 2016-10-31 20:01:17 -04:00
parent 40abade8ee
commit d85a6dd5c8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -7,7 +7,7 @@ dependencies = [
"docopt 0.6.86 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"grep 0.1.3",
"ignore 0.1.1",
"ignore 0.1.3",
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
@ -107,7 +107,7 @@ dependencies = [
[[package]]
name = "ignore"
version = "0.1.1"
version = "0.1.3"
dependencies = [
"globset 0.1.1",
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -29,7 +29,7 @@ deque = "0.3"
docopt = "0.6"
env_logger = "0.3"
grep = { version = "0.1.3", path = "grep" }
ignore = { version = "0.1.1", path = "ignore" }
ignore = { version = "0.1.3", path = "ignore" }
lazy_static = "0.2"
libc = "0.2"
log = "0.3"