tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.09k stars 110 forks source link

Remove abandoned chrono library from dependencies #237

Closed blitz closed 2 years ago

blitz commented 2 years ago

chrono is a library that is abandoned and has unresolved security issues. As such, it is undesirable to have in the dependency closure.

Loom pulls in chrono by depending on tracing-subscriber = "0.2.22", which includes chrono. Newer versions of tracing-subscriber (0.3.x) do not include this dependency. As such, I would propose to bump this dependency to remove the zombie chrono library from the dependencies. :)

blitz commented 2 years ago

@taiki-e @hawkw Thank you! :pray: