1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-04 21:52:54 +02:00

deps: upgrade bstr to 1.1

This commit is contained in:
Andrew Gallant
2023-01-05 08:19:33 -05:00
parent 8596817374
commit ac8fecbbf2
9 changed files with 12 additions and 11 deletions

View File

@ -15,7 +15,7 @@ edition = "2018"
[dependencies]
atty = "0.2.11"
bstr = "0.2.0"
bstr = "1.1.0"
globset = { version = "0.4.9", path = "../globset" }
lazy_static = "1.1.0"
log = "0.4.5"