Releases: jbg/tokio-postgres-rustls
Releases · jbg/tokio-postgres-rustls
v0.4.1
Updated to rustls 0.17 and tokio-rustls 0.13. Marked the TlsConnect Future as Send.
0.3.1
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
Updated to tokio
0.2.x and tokio-postgres
0.5.x, and updated all other deps to latest versions.