mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-07 19:18:57 +00:00
dependabot wanted to upgrade to base64 0.21, but I resent that the API for the common case of base64 encoding got more difficult in the move from 0.13. So, I'm switching us to data_encoding's implementation instead. Note that the overall rust ecosystem on which we depend here, transitively depends on 3 different versions of the base64 crate, so even though we've removed direct deps on base64 from kumomta, the lock file still references base64 0.10, 0.13 and 0.21, so that kinda sucks.