-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix advisory #652
Fix advisory #652
Conversation
Thanks. Can you please add a changelog entry: ## notify-types 2.0.0 (unreleased)
- CHANGE: replace instant crate with web-time **breaking** |
Just calling out that |
@bushrat011899 Thanks for the info. But I don't see an issue with MIT/Apache-2.0. |
@bushrat011899 Is there a Bevy issue related to this? |
@dfaust no @BenjaminBrienen just noticed it and let us know on the Discord. They're very quick with this stuff haha. |
@dfaust done! let me know if it is in the wrong spot or something. |
Thanks |
We depend on `instant`, which is unmaintained, via `notify`. `notify` switched over to [`web-time`], but hasn't relased the change yet, so we need to ignore the advisory for now. [`web-time`]: notify-rs/notify#652
@dfaust can this be released ( |
notify-8.0.0 has just been released! |
Fixes a security advisory.

instant
is no longer maintained, but there is a drop-in replacement.