baoyachi / shadow-rs

A build-time information stored in your rust project.(binary,lib,cdylib,dylib)
https://docs.rs/shadow-rs
MIT License
447 stars 41 forks source link

Update the chrono dependency #89

Closed kirillbobyrev closed 2 years ago

kirillbobyrev commented 2 years ago

Cargo audit provides a report when using shadow-rs because of chrono usages: https://rustsec.org/advisories/RUSTSEC-2020-0159. The solution is to simply update the chrono along with time in the dependency set.

baoyachi commented 2 years ago

see :https://github.com/baoyachi/shadow-rs/issues/72