mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
deps: bump grep-matcher to 0.1.7
This commit is contained in:
parent
d0251c77fe
commit
54d5540c10
@ -15,7 +15,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
grep-cli = { version = "0.1.10", path = "../cli" }
|
grep-cli = { version = "0.1.10", path = "../cli" }
|
||||||
grep-matcher = { version = "0.1.6", path = "../matcher" }
|
grep-matcher = { version = "0.1.7", path = "../matcher" }
|
||||||
grep-pcre2 = { version = "0.1.6", path = "../pcre2", optional = true }
|
grep-pcre2 = { version = "0.1.6", path = "../pcre2", optional = true }
|
||||||
grep-printer = { version = "0.1.7", path = "../printer" }
|
grep-printer = { version = "0.1.7", path = "../printer" }
|
||||||
grep-regex = { version = "0.1.11", path = "../regex" }
|
grep-regex = { version = "0.1.11", path = "../regex" }
|
||||||
|
@ -14,6 +14,6 @@ license = "Unlicense OR MIT"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
grep-matcher = { version = "0.1.6", path = "../matcher" }
|
grep-matcher = { version = "0.1.7", path = "../matcher" }
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
pcre2 = "0.2.6"
|
pcre2 = "0.2.6"
|
||||||
|
@ -20,7 +20,7 @@ serde = ["dep:serde", "dep:serde_json"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bstr = "1.6.2"
|
bstr = "1.6.2"
|
||||||
grep-matcher = { version = "0.1.6", path = "../matcher" }
|
grep-matcher = { version = "0.1.7", path = "../matcher" }
|
||||||
grep-searcher = { version = "0.1.11", path = "../searcher" }
|
grep-searcher = { version = "0.1.11", path = "../searcher" }
|
||||||
log = "0.4.5"
|
log = "0.4.5"
|
||||||
termcolor = "1.3.0"
|
termcolor = "1.3.0"
|
||||||
|
@ -15,7 +15,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bstr = "1.6.2"
|
bstr = "1.6.2"
|
||||||
grep-matcher = { version = "0.1.6", path = "../matcher" }
|
grep-matcher = { version = "0.1.7", path = "../matcher" }
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
regex-automata = { version = "0.4.0" }
|
regex-automata = { version = "0.4.0" }
|
||||||
regex-syntax = "0.8.0"
|
regex-syntax = "0.8.0"
|
||||||
|
@ -17,7 +17,7 @@ edition = "2021"
|
|||||||
bstr = { version = "1.6.2", default-features = false, features = ["std"] }
|
bstr = { version = "1.6.2", default-features = false, features = ["std"] }
|
||||||
encoding_rs = "0.8.33"
|
encoding_rs = "0.8.33"
|
||||||
encoding_rs_io = "0.1.7"
|
encoding_rs_io = "0.1.7"
|
||||||
grep-matcher = { version = "0.1.6", path = "../matcher" }
|
grep-matcher = { version = "0.1.7", path = "../matcher" }
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
memchr = "2.6.3"
|
memchr = "2.6.3"
|
||||||
memmap = { package = "memmap2", version = "0.9.0" }
|
memmap = { package = "memmap2", version = "0.9.0" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user