Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(de): remove a level of indirection for Bytes deserialization
`serde_bytes::Deserialize for &[u8]` just calls `serde::Deserialize for &[u8]`.
- Loading branch information