There's a bug in one of the dependencies which results in random panics on some BSDs (this is what I'm running into) and Mac OS (what the OP of the linked issue runs into).
I can confirm locally that upgrading notify to 8.2.0 fixes this issue on FreeBSD, but to allow this to happen also means incrementing the MSRV to 1.77. Are you happy to do that?
It is worth noting that #365 addresses this same problem also, by upgrading the dependency, but it is not being merged because the feature it also introduces apparently does not work for some use cases.
There's a bug in one of the dependencies which results in random panics on some BSDs (this is what I'm running into) and Mac OS (what the OP of the linked issue runs into).
I can confirm locally that upgrading notify to 8.2.0 fixes this issue on FreeBSD, but to allow this to happen also means incrementing the MSRV to 1.77. Are you happy to do that?
It is worth noting that #365 addresses this same problem also, by upgrading the dependency, but it is not being merged because the feature it also introduces apparently does not work for some use cases.