1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-04 19:01:44 +00:00

Replace unmaintained encoding with encoding_rs

This commit is contained in:
rhysd
2023-07-21 23:41:32 +09:00
committed by David Peter
parent d295b3a394
commit d33b2e158e
3 changed files with 21 additions and 79 deletions
+1 -1
View File
@@ -49,7 +49,6 @@ once_cell = "1.17"
thiserror = "1.0"
wild = { version = "2.1", optional = true }
content_inspector = "0.2.4"
encoding = "0.2"
shell-words = { version = "1.1.0", optional = true }
unicode-width = "0.1.10"
globset = "0.4"
@@ -64,6 +63,7 @@ grep-cli = { version = "0.1.9", optional = true }
regex = { version = "1.8.3", optional = true }
walkdir = { version = "2.3", optional = true }
bytesize = { version = "1.2.0" }
encoding_rs = "0.8.32"
[dependencies.git2]
version = "0.18"