We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d08adb commit 6ae17e0Copy full SHA for 6ae17e0
2 files changed
postgres/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## v0.19.9 - 2024-09-15
6
+
7
### Added
8
9
* Added support for `jiff` 0.1 via the `with-jiff-01` feature.
postgres/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "postgres"
-version = "0.19.8"
+version = "0.19.9"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -41,7 +41,7 @@ bytes = "1.0"
41
fallible-iterator = "0.2"
42
futures-util = { version = "0.3.14", features = ["sink"] }
43
log = "0.4"
44
-tokio-postgres = { version = "0.7.11", path = "../tokio-postgres" }
+tokio-postgres = { version = "0.7.12", path = "../tokio-postgres" }
45
tokio = { version = "1.0", features = ["rt", "time"] }
46
47
[dev-dependencies]
0 commit comments