1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Merge pull request #3221 from uutils/dependabot/cargo/unicode-segmentation-1.9.0

build(deps): bump unicode-segmentation from 1.8.0 to 1.9.0
This commit is contained in:
Sylvestre Ledru 2022-03-10 00:32:13 +01:00 committed by GitHub
commit 2e8945ba7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2208,9 +2208,9 @@ dependencies = [
[[package]]
name = "unicode-segmentation"
version = "1.8.0"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
[[package]]
name = "unicode-width"

View file

@ -20,7 +20,7 @@ uucore = { version = ">=0.0.7", package = "uucore", path = "../../uucore" }
crossterm = ">=0.19"
atty = "0.2"
unicode-width = "0.1.7"
unicode-segmentation = "1.7.1"
unicode-segmentation = "1.9.0"
[target.'cfg(target_os = "redox")'.dependencies]
redox_termios = "0.1"