feat: deprecate async_std support in DNS crate
ref https://github.com/libp2p/rust-libp2p/issues/5935
crate to update: swarm, mDNS, and the transports TCP, QUIC and DNS.
@elenaf9 sorry for these
Hi @elenaf9 - what is the status for removing async-std? I saw this was a blocker for #5968 . I have a dependabot alert for the hickory-proto crate I need to address ASAP. I'm blocked on upgrading my reth dependency until this is updated in rust-libp2p. Is there something I can do to help get this updated?
Hi @elenaf9 - what is the status for removing async-std? I saw this was a blocker for #5968 . I have a dependabot alert for the
hickory-protocrate I need to address ASAP. I'm blocked on upgrading myrethdependency until this is updated inrust-libp2p. Is there something I can do to help get this updated?CI is still failing (see below comment), and rustfmt is needed, rest LGTM.
Thank you, @elenaf9 🙏 Hi @gitToki, are you still working on this? Would you like any help?
This pull request has merge conflicts. Could you please resolve them @gitToki? 🙏
Hi @elenaf9 - what is the status for removing async-std? I saw this was a blocker for #5968 . I have a dependabot alert for the
hickory-protocrate I need to address ASAP. I'm blocked on upgrading myrethdependency until this is updated inrust-libp2p. Is there something I can do to help get this updated?CI is still failing (see below comment), and rustfmt is needed, rest LGTM.
Thank you, @elenaf9 🙏 Hi @gitToki, are you still working on this? Would you like any help?
Yes I am sorry for the delay
This pull request has merge conflicts. Could you please resolve them @gitToki? 🙏
CI is still failing, can you please take a look @gitToki ?
The test should now work @jxs there are just 2 test that I had to change : identify_external_addr_report and update_address_on_connect in memory_store.rs because of different timing behavior in Tokio's task scheduler and network address format differences.
This pull request has merge conflicts. Could you please resolve them @gitToki? 🙏
This pull request has merge conflicts. Could you please resolve them @gitToki? 🙏
Actually waiting for request response / swarm / websocket for dns
@gitToki is this PR ready from your side?
Edit: actually, CI still fails.