Instead of depending onsyntect's dump functionality we can instead use a specialized version (depending on just bincode with their new format?) because it's all handled internally. This avoids needing to pull in flate2 which saves on a few dependencies flate2 still gets used by syntect internally, so slimming things down would need changes upstream too
Instead of depending on
syntect's dump functionality we can instead use a specialized version (depending on just bincode with their new format?) because it's all handled internally.This avoids needing to pull inflate2which saves on a few dependenciesflate2still gets used bysyntectinternally, so slimming things down would need changes upstream too