-
Notifications
You must be signed in to change notification settings - Fork 997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(gossispsub): deprecate futures-ticker #5674
Conversation
5692702
to
1ce8186
Compare
1ce8186
to
bd599ce
Compare
will also update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Might want to bump the version in Cargo.toml
and update the CHANGELOG.md :)
6abe324
to
223a11a
Compare
… into deprecate-futures-ticker
223a11a
to
f276e62
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add futures-timer/wasm-bindgen
to the wasm-bindgen
feature?
… into deprecate-futures-ticker
yup, thanks Darius, added! |
Thanks for making this happen! It would be great to see a release that contains this change sometime soon. |
to address [RUSTSEC-2024-0384 ](https://rustsec.org/advisories/RUSTSEC-2024-0384.html). Use `futures-timer` and `Delay` instead Pull-Request: libp2p#5674.
Description
to address RUSTSEC-2024-0384 . Use
futures-timer
andDelay
instead