mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-20 19:38:18 +00:00
4d576922f8
This is fairly big diff because a number of hickory types moved around or changed signature. In particular, the config structs changed in a way that would fan out and require attention by our users. So the approach I opted to take here was to define our own types that look like the hickory 0.25 shape and then we have explicit logic to map those to hickory and also to our unbound resolver crate. This commit also bumps up the unbound resolver crate because it also uses hickory's types. I took the opportunity to upgrade the version of the embedded unbound resolver as part of that work.