File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ bytes = "1.0"
43
43
fallible-iterator = " 0.2"
44
44
futures-util = { version = " 0.3.14" , features = [" sink" ] }
45
45
log = " 0.4"
46
- tokio-postgres = { version = " 0.7.12 " , path = " ../tokio-postgres" }
46
+ tokio-postgres = { version = " 0.7.13 " , path = " ../tokio-postgres" }
47
47
tokio = { version = " 1.0" , features = [" rt" , " time" ] }
48
48
49
49
[dev-dependencies ]
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v0.7.13 - 2025-02-02
6
+
7
+ ### Added
8
+
9
+ * Added support for direct TLS negotiation.
10
+ * Added support for ` cidr ` 0.3 via the ` with-cidr-0_3 ` feature.
11
+
12
+ ### Fixes
13
+
14
+ * Added ` load_balance_hosts ` to ` Config ` 's ` Debug ` implementation.
15
+
16
+ ### Changes
17
+
18
+ * Upgraded ` rand ` .
19
+
5
20
## v0.7.12 - 2024-09-15
6
21
7
22
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tokio-postgres"
3
- version = " 0.7.12 "
3
+ version = " 0.7.13 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments