vectordotdev / vector

A high-performance observability data pipeline.
https://vector.dev
Mozilla Public License 2.0
18.21k stars 1.6k forks source link

chore(deps): update `hickory_proto` to 0.25.0 #21759

Open esensar opened 1 week ago

esensar commented 1 week ago

This updates hickory_proto to 0.25.0 (alpha version for now). This includes https://github.com/hickory-dns/hickory-dns/pull/2151, which is required for full support for EDNS EDE fields (#19937).

Now multiple EDE options are supported in DNS records and that is reflected in the newly added tests as well. Besides that hickory_proto now supports CERT RData, so that is now updated in parser too.

Related: #19937 Related: https://github.com/hickory-dns/hickory-dns/pull/2151