Skip to content
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

Update futures-lite deps #4

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

kp-mariappan-ramasamy
Copy link
Contributor

Fixing #3

Update futures-lite deps which in turn avoids pulling unmaintained instant crate.

Ref:
https://rustsec.org/advisories/RUSTSEC-2024-0384

Cargo deny error:

117 │ instant 0.1.13 registry+https://github.com/rust-lang/crates.io-index
    │ -------------------------------------------------------------------- unmaintained advisory detected
    │
    = ID: RUSTSEC-2024-0384
    = Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0384
    = This crate is no longer maintained, and the author recommends using the maintained [`web-time`] crate instead.

      [`web-time`]: https://crates.io/crates/web-time
    = Solution: No safe upgrade is available!
    = instant v0.1.13
      └── fastrand v1.9.0
          └── futures-lite v1.13.0
              └── tokio-eventfd v0.2.1

Which in turn avoids pulling unmaintained `instant` crate.

Ref:
https://rustsec.org/advisories/RUSTSEC-2024-0384

Cargo deny error:

117 │ instant 0.1.13 registry+https://github.com/rust-lang/crates.io-index
    │ -------------------------------------------------------------------- unmaintained advisory detected
    │
    = ID: RUSTSEC-2024-0384
    = Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0384
    = This crate is no longer maintained, and the author recommends using the maintained [`web-time`] crate instead.

      [`web-time`]: https://crates.io/crates/web-time
    = Solution: No safe upgrade is available!
    = instant v0.1.13
      └── fastrand v1.9.0
          └── futures-lite v1.13.0
              └── tokio-eventfd v0.2.1
@polachok polachok merged commit 39d9996 into polachok:master Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants