al8n / caches-rs

This is a Rust implementation for popular caches (support no_std).
104 stars 14 forks source link

Fix RUSTSEC-2020-0071 by using std timestamp instead of chrono #7

Closed Direktor799 closed 1 year ago

Direktor799 commented 1 year ago

Those two different methods actually produce the same number, replacing chrono since cargo-audit reported its vulnerability.

image
al8n commented 1 year ago

Thank you very much!

Direktor799 commented 1 year ago

It would be appreciated if you could publish a new version on crates.io, thanks🤩.

Direktor799 commented 1 year ago

@al8n could you maybe publish a new release? we could really need this 🙏

al8n commented 1 year ago

@al8n could you maybe publish a new release? we could really need this 🙏

Hi, the new release is published.

Direktor799 commented 1 year ago

@al8n could you maybe publish a new release? we could really need this 🙏

Hi, the new release is published.

thank you!