mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-30 19:51:58 -07:00
deps: drop temporary patch and move to bstr 1.6
Now that regex 1.9 is out, we can depend on it from crates.io.
This commit is contained in:
@@ -14,7 +14,7 @@ license = "Unlicense OR MIT"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bstr = "1.1.0"
|
||||
bstr = "1.6.0"
|
||||
globset = { version = "0.4.10", path = "../globset" }
|
||||
lazy_static = "1.1.0"
|
||||
log = "0.4.5"
|
||||
|
@@ -21,7 +21,7 @@ bench = false
|
||||
|
||||
[dependencies]
|
||||
aho-corasick = "1.0.2"
|
||||
bstr = { version = "1.5.0", default-features = false, features = ["std"] }
|
||||
bstr = { version = "1.6.0", default-features = false, features = ["std"] }
|
||||
fnv = "1.0.6"
|
||||
log = { version = "0.4.5", optional = true }
|
||||
regex = { version = "1.8.3", default-features = false, features = ["perf", "std"] }
|
||||
|
@@ -20,7 +20,7 @@ serde1 = ["base64", "serde", "serde_json"]
|
||||
|
||||
[dependencies]
|
||||
base64 = { version = "0.20.0", optional = true }
|
||||
bstr = "1.1.0"
|
||||
bstr = "1.6.0"
|
||||
grep-matcher = { version = "0.1.6", path = "../matcher" }
|
||||
grep-searcher = { version = "0.1.11", path = "../searcher" }
|
||||
termcolor = "1.0.4"
|
||||
|
@@ -15,7 +15,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
aho-corasick = "1.0.2"
|
||||
bstr = "1.5.0"
|
||||
bstr = "1.6.0"
|
||||
grep-matcher = { version = "0.1.6", path = "../matcher" }
|
||||
log = "0.4.19"
|
||||
regex-automata = { version = "0.3.0" }
|
||||
|
@@ -14,7 +14,7 @@ license = "Unlicense OR MIT"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bstr = { version = "1.1.0", default-features = false, features = ["std"] }
|
||||
bstr = { version = "1.6.0", default-features = false, features = ["std"] }
|
||||
bytecount = "0.6"
|
||||
encoding_rs = "0.8.14"
|
||||
encoding_rs_io = "0.1.6"
|
||||
|
Reference in New Issue
Block a user