You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
`backoff` is no longer maintained, upgrade path in cargo-deny indicates
switching to `backon`.
## Notes & open questions
There are some options in `backon` for using sleepers in the retry that
are Wasm compatible: https://docs.rs/backon/1.4.0/backon/#sleep
I'm curious if we should be taking advantage.
Further questions:
~how do I resolve the `paste` cargo-deny issue?~
I don't: added `paste` and `humantime` advisories to the "allow" list
## Change checklist
<!-- Remove any that are not relevant. -->
- [x] Self-review.
---------
Co-authored-by: “ramfox” <“[email protected]”>
0 commit comments