master
fix an Error/Display impl
build: stop importing types that are part of the 2021 edition prelude
Replace `impl From` block
feat: add ssl_negotiation option
Merge pull request #1278 from razein97/master
Update tokio-util
Merge pull request #1225 from transcaffeine/master
Replace parts of `futures-util` with std APIs
style: fix latest clippy warnings
style: fix broken rustfmt
Merge pull request #1229 from neondatabase/fix-connection-closure
Use #[project(!Unpin)] instead of PhantomPinned
fix clippy
Support AIX keepalive
Merge pull request #1248 from duarten/duarte/fallible-rexport
Upgrade to tokio 0.3
Upgrade to tokio 0.2/futures 0.3
add public method to get the raw row size in bytes
Merge remote-tracking branch 'origin/master' into exograph
Merge pull request #1230 from fredr/sync-rollback
expose sync rollback as a private api method
Split ToSql/FromSql out to a separate crate