plotters
plotters copied to clipboard
Remove vulnerability coming from crate time ?
Hi,
cargo audit points to a vulnerability coming from the crate time through the crate chrono.
It's a result of a default feature of this crate which is not always useful, so using the crate chrono without default features would be nice (except, of course, if you explicitly need the underlying feature):
chrono = { version = "0.4.20", optional = true, default-features = false }
Do you think it is possible ?
Best regards
I just ran cargo audit and I don't see any vulnerabilities. Maybe this is fixed?