If you try to run a single unit test from a specific workspace errors are thrown. These errors all point to jsonrpsee.
Run command:
cargo test --package main --bin ripple -- service::user_grants::tests::test_grant_policy_enforcer::test_evaluate_options_no_options --exact --nocapture

This is only happening in some workspaces. This doesn't seem to happen if the jsonrpsee is not a dependency of that module
The workaround is to use test filtering but this is a worse experience for developers as:
- You cannot use the "Run Test" button in the IDE
- The test run output shows a report line for all modules and you have to find the filtered in test within it