deps-rs / deps.rs

Keep your dependencies up-to-date
https://deps.rs
Apache License 2.0
423 stars 26 forks source link

dehashed-rs not updating #205

Open myOmikron opened 11 months ago

myOmikron commented 11 months ago

Hi guys, my crate dehashed-rs is shown as latest: 0.3.2, but its already at 0.4.0, therefore it is shown as out-of-date in my projects.

If I use the github form, it is correctly shown as 0.4.0.

So mainly two issues:

Enet4 commented 11 months ago

This is likely another effect of #106. The details about that crate are cached and are not being evicted when they should. A fresh deployment shows the right version.

As for the second issue, I guess we could present a different message for these edge cases, although it might not be obvious what to present to the user. A version that is beyond the latest version available could mean one of several things:

myOmikron commented 11 months ago

As of today, the issue seems to be resolved, should I create a new one regarding the misleading out-of-date?