1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 22:17:45 +00:00

Copy the UTF8 crate in the tree and remove utf8 dependency. (#4460)

This commit is contained in:
publicmatt 2023-04-14 12:31:11 -07:00 committed by GitHub
parent 6a54d820ac
commit 084510e499
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 257 additions and 8 deletions

7
Cargo.lock generated
View file

@ -2350,12 +2350,6 @@ dependencies = [
"log",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf8parse"
version = "0.2.1"
@ -3330,7 +3324,6 @@ dependencies = [
"libc",
"nix",
"unicode-width",
"utf-8",
"uucore",
]