Dan

Results 11 comments of Dan

Have also been experiencing this bug in the last few versions. Seems to happen after every wake from suspend/hibernate. Logs are filled with these until I manually restart the nextdns...

+1 for this. Also happy to help implement.

Added some basic `openssl` commands to the best of my knowledge.

Does anyone have have time to review this? Much appreciated _(not passive-aggressive)_.

I just fixed a [bug](https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/2298/commits/9f5dd795d75b9b9ce917b60d6fac99142aafbc4b) where I wasn't using the Root CA during self-signed cert creation.

Any thoughts on merging this?

https://github.com/actions-rs/audit-check could probably do the job. You can also use the [schedule](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule) trigger in GitHub actions to run it as a cron. I can PR something if that helps?

Apologies if I jumped the gun by creating the PR. >However, adding cargo audit as a scheduled event will add a maintenance burden upon the project maintainers. I think it's...

I wanted to touch base on this again as I've been having good success with [cargo-deny](https://github.com/EmbarkStudios/cargo-deny) recently, and it addresses all of the above issues we encountered before. In fact,...