We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From cargo audit checking:
Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded [39](https://gitlab.com/my_project/-/jobs/2118924918#L39)8 security advisories (from my_project/.cargo/advisory-db) Updating crates.io index Updating crates.io index Scanning Cargo.lock for vulnerabilities (260 crate dependencies) Crate: chrono Version: 0.4.19 Title: Potential segfault in `localtime_r` invocations Date: 2020-11-10 ID: RUSTSEC-2020-0159 URL: https://rustsec.org/advisories/RUSTSEC-2020-0159 Solution: No safe upgrade is available! Dependency tree: chrono 0.4.19 └── shadow-rs 0.8.1
The text was updated successfully, but these errors were encountered:
simplelog replaced their implementation with time-rs
Sorry, something went wrong.
@daniel-white see
Now, fix with #99.
Upgarde shadow-rs version
... [dependencies] shadow-rs = "0.13.0" ...
Close now, and reopen it if there is a problem.
No branches or pull requests
From cargo audit checking:
The text was updated successfully, but these errors were encountered: