influent.rs
influent.rs copied to clipboard
Update to modern Rust
A few changes I needed
- Target InfluxDB 1.7.9
- Use Rust 2018
- Use futures-0.3 and async/.await
- Bump url to 2.1
- Replace hyper with reqwest
- Remove tokio dependency (only used for tests)
- Apply
cargo clippysuggestions
Checklist
- [x] cargo test passes
- [x] cargo clippy clean
- [x] Fix Travis build
Fixes #25
@slackve I merged upstream master and bumped some dependencies. Please merge asap!