|
|
|
@@ -142,7 +142,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
|
|
|
name = "globset"
|
|
|
|
version = "0.4.3"
|
|
|
|
version = "0.4.4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bstr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bstr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -156,23 +156,23 @@ dependencies = [
|
|
|
|
name = "grep"
|
|
|
|
name = "grep"
|
|
|
|
version = "0.2.4"
|
|
|
|
version = "0.2.4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"grep-cli 0.1.2",
|
|
|
|
"grep-cli 0.1.3",
|
|
|
|
"grep-matcher 0.1.2",
|
|
|
|
"grep-matcher 0.1.2",
|
|
|
|
"grep-pcre2 0.1.3",
|
|
|
|
"grep-pcre2 0.1.3",
|
|
|
|
"grep-printer 0.1.2",
|
|
|
|
"grep-printer 0.1.3",
|
|
|
|
"grep-regex 0.1.3",
|
|
|
|
"grep-regex 0.1.3",
|
|
|
|
"grep-searcher 0.1.4",
|
|
|
|
"grep-searcher 0.1.5",
|
|
|
|
"termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grep-cli"
|
|
|
|
name = "grep-cli"
|
|
|
|
version = "0.1.2"
|
|
|
|
version = "0.1.3"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bstr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bstr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"globset 0.4.3",
|
|
|
|
"globset 0.4.4",
|
|
|
|
"lazy_static 1.3.0 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -199,13 +199,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grep-printer"
|
|
|
|
name = "grep-printer"
|
|
|
|
version = "0.1.2"
|
|
|
|
version = "0.1.3"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bstr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bstr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grep-matcher 0.1.2",
|
|
|
|
"grep-matcher 0.1.2",
|
|
|
|
"grep-regex 0.1.3",
|
|
|
|
"grep-regex 0.1.3",
|
|
|
|
"grep-searcher 0.1.4",
|
|
|
|
"grep-searcher 0.1.5",
|
|
|
|
"serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -227,7 +227,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "grep-searcher"
|
|
|
|
name = "grep-searcher"
|
|
|
|
version = "0.1.4"
|
|
|
|
version = "0.1.5"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bstr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bstr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -245,7 +245,7 @@ name = "ignore"
|
|
|
|
version = "0.4.7"
|
|
|
|
version = "0.4.7"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"globset 0.4.3",
|
|
|
|
"globset 0.4.4",
|
|
|
|
"lazy_static 1.3.0 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|