Use latest crossbeam
This commit is contained in:
parent
27ef719aa4
commit
1f5e1c5efa
3 changed files with 12 additions and 19 deletions
|
|
@ -63,7 +63,7 @@ features = [
|
|||
[dependencies]
|
||||
byteorder = { version = "1", features = ['default', 'std'] }
|
||||
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
|
||||
crossbeam-utils = { version = "0.7.2", features = ["nightly"] }
|
||||
crossbeam-utils = { version = "0.8.0", features = ["nightly"] }
|
||||
libc = { version = "0.2.79", features = ["align"] }
|
||||
# Ensure default features of libz-sys, which are disabled in some scenarios.
|
||||
libz-sys = { version = "1.1.2" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue