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

@ -14,7 +14,7 @@ license = "Unlicense OR MIT"
edition = "2018"
[dependencies]
bstr = { version = "0.2.0", default-features = false, features = ["std"] }
bstr = { version = "1.1.0", default-features = false, features = ["std"] }
bytecount = "0.6"
encoding_rs = "0.8.14"
encoding_rs_io = "0.1.6"