Merge pull request #443 from crate-ci/dependabot/cargo/unicode-segmentation-1.9.0

chore(deps): Bump unicode-segmentation from 1.8.0 to 1.9.0
This commit is contained in:
Ed Page 2022-03-01 08:30:25 -06:00 committed by GitHub
commit ab61b33572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

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

View file

@ -81,7 +81,7 @@ difflib = "0.4"
proc-exit = "1.0" proc-exit = "1.0"
human-panic = "1.0.3" human-panic = "1.0.3"
content_inspector = "0.2.4" content_inspector = "0.2.4"
unicode-segmentation = "1.6.0" unicode-segmentation = "1.9.0"
derive_more = "0.99.17" derive_more = "0.99.17"
derive_setters = "0.1" derive_setters = "0.1"
itertools = "0.10" itertools = "0.10"

View file

@ -27,5 +27,5 @@ serde = { version = "1.0", features = ["derive"] }
simdutf8 = "0.1.1" simdutf8 = "0.1.1"
itertools = "0.10" itertools = "0.10"
log = "0.4" log = "0.4"
unicode-segmentation = "1.7.1" unicode-segmentation = "1.9.0"
bstr = "0.2" bstr = "0.2"