deps-rs / deps.rs

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

Failed to analyze repository `lingua` #144

Closed pemistahl closed 2 years ago

pemistahl commented 2 years ago

I've just released the new version 1.3.3 of my crate lingua. Deps.rs suddenly does not work anymore. In the past, there was never a problem with analyzing the dependencies and showing the correct badge in the README of the project. Can you tell what's wrong? Thank you very much.

https://github.com/pemistahl/lingua-rs

https://deps.rs/crate/lingua/1.3.3

paolobarbolini commented 2 years ago

https://deps.rs/crate/lingua still redirects to 1.3.2 so I guess the crates.io-index isn't getting updated on the server

robjtede commented 2 years ago

this works locally and finds 1.3.3

pemistahl commented 2 years ago

@paolobarbolini Do you mean the deps.rs server or the crates.io server? I assume it's the former. Is there anything you can do about it?

paolobarbolini commented 2 years ago

@paolobarbolini Do you mean the deps.rs server or the crates.io server? I assume it's the former. Is there anything you can do about it?

Yes I meant the deps.rs server. We've already asked someone to restart it.

cecton commented 2 years ago

Restart in progress... sorry for the delay!

cecton commented 2 years ago

It seems to have worked. I guess there is some kind of caching issue somewhere... We should keep that in mind if the problem happens again in the future.

pemistahl commented 2 years ago

@cecton Thank you very much for your help. :)