Bump ignore from 0.4.16 to 0.4.17 (#661)

Bumps [ignore](https://github.com/BurntSushi/ripgrep) from 0.4.16 to 0.4.17.
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/ripgrep/compare/ignore-0.4.16...ignore-0.4.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-23 14:27:17 +00:00 committed by GitHub
parent 3174a9259d
commit 99ea0d5e2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View file

@ -532,11 +532,11 @@ dependencies = [
[[package]]
name = "ignore"
version = "0.4.16"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22dcbf2a4a289528dbef21686354904e1c694ac642610a9bff9e7df730d9ec72"
checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
dependencies = [
"crossbeam-utils 0.7.2",
"crossbeam-utils 0.8.0",
"globset",
"lazy_static",
"log",

View file

@ -25,7 +25,7 @@ panic = "abort"
[build-dependencies]
tera = "1.6.0"
ignore = "0.4.16"
ignore = "0.4.17"
serde_json = "1.0.60"
[dependencies]
@ -35,7 +35,7 @@ crossbeam-channel = "0.5.0"
dirs = "3.0.1"
encoding_rs_io = "0.1.7"
grep-searcher = "0.1.7"
ignore = "0.4.16"
ignore = "0.4.17"
log = "0.4.11"
rayon = "1.5.0"
serde = { version = "1.0.118", features = ["derive", "rc"] }