George3d6 / Inquisitor

An easily extensible, minimal footprint monitoring tool. (Still in the testing phase)
BSD 2-Clause "Simplified" License
30 stars 4 forks source link

Dependency update + Clippy #35

Closed Deedasmi closed 6 years ago

Deedasmi commented 6 years ago

All clippy suggestions except #34 are implemented. Only real logical change is using the Futures library included in tokio rather than it being a hard dependency. This was done because of an API change between Futures and Tokio. This should also make it easy to update when Futures .3 hits with more breaking changes.

Cargo_metadata has updated to fix the bug you found and mentioned in #10, but you should probably check this out and try to compile it before merging.