depend: update crossbeam-utils

This commit is contained in:
Discord9
2022-11-24 12:17:50 +08:00
parent 754b28c086
commit 290e8e077b
3 changed files with 531 additions and 352 deletions

879
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -55,7 +55,7 @@ num-bigint = "0.4.3"
num-integer = "0.1.44"
num-rational = "0.4.1"
crossbeam-utils = "=0.8.9"
crossbeam-utils = "0.8.9"
itertools = "0.10.3"
lexical-parse-float = "0.8.3"
num-traits = "0.2.14"

View File

@@ -56,7 +56,7 @@ is-macro = "0.2.0"
result-like = "0.4.5"
num_enum = "0.5.7"
bstr = "0.2.17"
crossbeam-utils = "=0.8.9"
crossbeam-utils = "0.8.9"
parking_lot = "0.12.0"
thread_local = "1.1.4"
cfg-if = "1.0.0"