mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 09:42:00 -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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user