File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## v0.7.12 - 2024-09-15
6+
7+ ### Fixed
8+
9+ * Fixed ` query_typed ` queries that return no rows.
10+
511### Added
612
713* Added support for ` jiff ` 0.1 via the ` with-jiff-01 ` feature.
14+ * Added support for TCP keepalive on AIX.
815
916## v0.7.11 - 2024-07-21
1017
Original file line number Diff line number Diff line change 11[package ]
22name = " tokio-postgres"
3- version = " 0.7.11 "
3+ version = " 0.7.12 "
44authors = [
" Steven Fackler <[email protected] >" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
@@ -56,7 +56,7 @@ percent-encoding = "2.0"
5656pin-project-lite = " 0.2"
5757phf = " 0.11"
5858postgres-protocol = { version = " 0.6.7" , path = " ../postgres-protocol" }
59- postgres-types = { version = " 0.2.7 " , path = " ../postgres-types" }
59+ postgres-types = { version = " 0.2.8 " , path = " ../postgres-types" }
6060tokio = { version = " 1.27" , features = [" io-util" ] }
6161tokio-util = { version = " 0.7" , features = [" codec" ] }
6262rand = " 0.8.5"
You can’t perform that action at this time.
0 commit comments