The `key` module still uses `heapless::Vec<u8, _>` and should probably use `heapless_bytes::Bytes<_>` instead.
The
keymodule still usesheapless::Vec<u8, _>and should probably useheapless_bytes::Bytes<_>instead.