File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v0.19.9 - 2024-09-15
6
+
5
7
### Added
6
8
7
9
* Added support for ` jiff ` 0.1 via the ` with-jiff-01 ` feature.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.19.8 "
3
+ version = " 0.19.9 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
@@ -41,7 +41,7 @@ bytes = "1.0"
41
41
fallible-iterator = " 0.2"
42
42
futures-util = { version = " 0.3.14" , features = [" sink" ] }
43
43
log = " 0.4"
44
- tokio-postgres = { version = " 0.7.11 " , path = " ../tokio-postgres" }
44
+ tokio-postgres = { version = " 0.7.12 " , path = " ../tokio-postgres" }
45
45
tokio = { version = " 1.0" , features = [" rt" , " time" ] }
46
46
47
47
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments