You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using &serde_bytes::Bytes as the field type, we should use &[u8] with #[serde(with = "serde_bytes")] so that serde_bytes is only an implementation detail and not a public dependency.