valpackett / systemstat

Rust library for getting system information | also on https://codeberg.org/valpackett/systemstat
https://crates.io/crates/systemstat
The Unlicense
610 stars 71 forks source link

Remove dependency on time 0.1 #89

Closed msrd0 closed 2 years ago

msrd0 commented 2 years ago

Time 0.1 has been deprecated for a long time and since it's only used internally and can be completely replaced by chrono, I think it should be removed.

valpackett commented 2 years ago

Very nice, thanks