Files
servo/components/script/dom/bindings
Narfinger 8173d821be script/storage: Switch remaining instances of bincode to postcard (#42236)
Because of the deprecation of bincode we are switching to postcard
(which will already be used by ipc-channel).
This changes all usages to postcard.

Sadly there are still some dependencies using bincode, so we are
probably increasing the binary size.

Currently we do not modify the deny.toml because we have dependencies
that depend on bincode.

Testing: Compilation should be enough for test.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
2026-01-30 07:23:38 +00:00
..