Update unicode-linebreak to 0.1.5 (#9814)

# Description
This deduplicates `ahash` as it was previously an outdated
build-dependency of `unicode-linebreak`

Should provide a small benefit to initial from scratch compile.


# User-Facing Changes
None
This commit is contained in:
Stefan Holderbach 2023-07-30 22:17:36 +02:00 committed by GitHub
parent 955de76116
commit f1bf485b2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

46
Cargo.lock generated
View file

@ -27,17 +27,6 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
version = "0.8.3"
@ -175,7 +164,7 @@ version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15ae0428d69ab31d7b2adad22a752d6f11fef2e901d2262d0cad4f5cb08b7093"
dependencies = [
"ahash 0.8.3",
"ahash",
"arrow-format",
"base64",
"bytemuck",
@ -1550,9 +1539,6 @@ name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash 0.7.6",
]
[[package]]
name = "hashbrown"
@ -1560,7 +1546,7 @@ version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash 0.8.3",
"ahash",
"rayon",
]
@ -1570,7 +1556,7 @@ version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
dependencies = [
"ahash 0.8.3",
"ahash",
"allocator-api2",
]
@ -2620,7 +2606,7 @@ dependencies = [
name = "nu-cmd-extra"
version = "0.83.2"
dependencies = [
"ahash 0.8.3",
"ahash",
"fancy-regex",
"htmlescape",
"nu-ansi-term",
@ -3611,7 +3597,7 @@ version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b7216aa3336fd2a7b5ebfa66748f3770682b28cd682930d1abf59b53b670e0"
dependencies = [
"ahash 0.8.3",
"ahash",
"arrow2",
"bitflags 1.3.2",
"chrono",
@ -3654,7 +3640,7 @@ version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "270650704e08bef37d227a6904b36c4bdad2d013536ea3c57f40007c19ad2ebc"
dependencies = [
"ahash 0.8.3",
"ahash",
"arrow2",
"async-trait",
"bytes",
@ -3689,7 +3675,7 @@ version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7370203bca4ee29da6da4210200894eea6abf81d7c430e192159dabcba8441a4"
dependencies = [
"ahash 0.8.3",
"ahash",
"arrow2",
"fallible-streaming-iterator",
"hashbrown 0.13.2",
@ -3707,7 +3693,7 @@ version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2a8fe41263496b5212098f19d0cdddc11f75c71957a09d2ce300a8fdb4407e3"
dependencies = [
"ahash 0.8.3",
"ahash",
"bitflags 1.3.2",
"glob",
"once_cell",
@ -3767,7 +3753,7 @@ version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a7d0f48bdd7fa9474f718ecb99fc12d97671933707091a249bb0da96b30f291"
dependencies = [
"ahash 0.8.3",
"ahash",
"arrow2",
"once_cell",
"polars-arrow",
@ -3834,7 +3820,7 @@ version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "145a59f928f8317fcf543407ef1b83e827448462e05e2fc6444162fcec84386a"
dependencies = [
"ahash 0.8.3",
"ahash",
"hashbrown 0.13.2",
"once_cell",
"rayon",
@ -4418,7 +4404,7 @@ version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c95a930e03325234c18c7071fd2b60118307e025d6fff3e12745ffbf63a3d29c"
dependencies = [
"ahash 0.8.3",
"ahash",
"cssparser",
"ego-tree",
"html5ever",
@ -4651,7 +4637,7 @@ version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3d0815e7ff0f1f05e09d4b029f86d8a330f0ab15b35b28736f3758325f59e14"
dependencies = [
"ahash 0.8.3",
"ahash",
"halfbrown",
"lexical-core",
"once_cell",
@ -5358,13 +5344,9 @@ checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
[[package]]
name = "unicode-linebreak"
version = "0.1.4"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
dependencies = [
"hashbrown 0.12.3",
"regex",
]
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
[[package]]
name = "unicode-normalization"