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

error[unmaintained]: instant is unmaintained #421

Open
enjoooyer opened this issue Nov 28, 2024 · 1 comment
Open

error[unmaintained]: instant is unmaintained #421

enjoooyer opened this issue Nov 28, 2024 · 1 comment

Comments

@enjoooyer
Copy link

Run cargo deny check advisories

error[unmaintained]: `instant` is unmaintained
121 │ instant 0.1.13 registry+https://github.com/rust-lang/crates.io-index
    │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected
    │
    ├ ID: RUSTSEC-2024-03
    ├ 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]
          └── futures-lite v1.13.0
              └── async-io v1.13.0
                  └── async-reactor-trait v1.1.0
                      └── lapin v2.5.0

Any plan to update dependencies?

@dnlsndr
Copy link

dnlsndr commented Jan 14, 2025

YES, THIS ☝🏼 BUT, this can't be changed by throught lapin. It's an issue with the async-reactor-trait crate. They're just using a way outdated version of async-io

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

No branches or pull requests

2 participants