Update crossbeam-utils

This commit is contained in:
Chris Hennick 2023-06-14 09:53:52 -07:00
parent 367f231f15
commit 93f7e87f16
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -28,7 +28,7 @@ zstd = { version = "0.12.3", optional = true, default-features = false }
zopfli = { version = "0.7.4", optional = true }
[target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies]
crossbeam-utils = "0.8.15"
crossbeam-utils = "0.8.16"
[target.'cfg(fuzzing)'.dependencies]
arbitrary = { version = "1.3.0", features = ["derive"] }