mongodb / mongo-rust-driver

The official MongoDB Rust Driver
https://www.mongodb.com/docs/drivers/rust/current/
Apache License 2.0
1.44k stars 164 forks source link

minor: migrate from `trust-dns` to `hickory`, bump MSRV to 1.67 #1156

Closed isabelatkinson closed 4 months ago

isabelatkinson commented 4 months ago

The trust-dns libraries have migrated to new namespaces and are no longer being updated; this switches our dependencies to the new ones so that we can continue to pull in updates/fixes.

abr-egn commented 4 months ago

It looks like hickory requires rust 1.67; I'd be fine with bumping our msrv to that since that's over a year and a half old.