Skip to content

Releases: jbg/tokio-postgres-rustls

v0.4.1

06 Aug 05:41
@jbg jbg
Compare
Choose a tag to compare

Updated to rustls 0.17 and tokio-rustls 0.13. Marked the TlsConnect Future as Send.

0.3.1

30 Dec 19:46
@jbg jbg
Compare
Choose a tag to compare

Made MakeRustlsConnect Clone to ease its use in connection pools. Cloning MakeRustlsConnect is very cheap since the struct contains only an Arc.

0.3.0

26 Dec 15:53
@jbg jbg
Compare
Choose a tag to compare

Updated to tokio 0.2.x and tokio-postgres 0.5.x, and updated all other deps to latest versions.