paritytech / jsonrpsee

Rust JSON-RPC library on top of async/await
MIT License
629 stars 169 forks source link

deps: remove anyhow #1402

Closed DaniPopes closed 3 months ago

DaniPopes commented 3 months ago

Removes the anyhow dependency from published crates by replacing it with BoxError.

Follow-up to https://github.com/paritytech/jsonrpsee/pull/1398, although this is a breaking change as it's exposed in the client Error type.