mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
deps: bump encoding_rs to 0.8
This brings in performance improvements.
This commit is contained in:
@@ -37,7 +37,7 @@ members = ["grep", "globset", "ignore"]
|
||||
[dependencies]
|
||||
atty = "0.2.9"
|
||||
bytecount = "0.3.1"
|
||||
encoding_rs = "0.7"
|
||||
encoding_rs = "0.8"
|
||||
globset = { version = "0.4.0", path = "globset" }
|
||||
grep = { version = "0.1.8", path = "grep" }
|
||||
ignore = { version = "0.4.0", path = "ignore" }
|
||||
|
Reference in New Issue
Block a user