postgres-protocol-v0.6.9
Chore(postgres): prefer sub-crates of `futures`
Upgrade to tokio 0.3
query_typed tweaks
Merge pull request #1225 from transcaffeine/master
Replace parts of `futures-util` with std APIs
Fix latest clippy warnings
Blocking binary copy support
Add support for bit-vec 0.7 & 0.8
Add RowIter::rows_affected
Make postgres::Client Send again
fix clippy
Don't spawn off connection in blocking impl