287: Remove unused crossbeam_utils dependency r=nikomatsakis a=DSPOM2

crossbeam_utils is currently not used anywhere withing this crate so I propose to remove the dependency to (slightly) reduce compile times

Co-authored-by: DSPOM2 <61850714+DSPOM2@users.noreply.github.com>
This commit is contained in:
bors[bot] 2022-01-21 18:33:32 +00:00 committed by GitHub
commit d830152ade
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@ repository = "https://github.com/salsa-rs/salsa"
description = "A generic framework for on-demand, incrementalized computation (experimental)"
[dependencies]
crossbeam-utils = { version = "0.8", default-features = false }
indexmap = "1.0.1"
lock_api = "0.4"
log = "0.4.5"