Remove rayon from rest_api (#1562)

## Issue Addressed

NA

## Proposed Changes

Addresses a deadlock condition described here: https://hackmd.io/ijQlqOdqSGaWmIo6zMVV-A?view

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-08-24 07:28:54 +00:00
parent c895dc8971
commit 3569506acd
3 changed files with 2 additions and 5 deletions

1
Cargo.lock generated
View File

@@ -4285,7 +4285,6 @@ dependencies = [
"node_test_rig",
"operation_pool",
"parking_lot 0.11.0",
"rayon",
"remote_beacon_node",
"rest_types",
"serde",