Skip to content

Commit 63131d0

Browse files
committed
Update postgres to v0.19.1
1 parent 6765543 commit 63131d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ serde = "1.0.115"
3535
serde_derive = "1.0.115"
3636

3737
# feature postgres
38-
postgres = { version = "0.17.5", optional = true }
38+
postgres = { version = "0.19.1", optional = true }
3939

4040
# feature async-psql
4141
tokio = { version = "1.8.1", optional = true, features = ["macros"] }

0 commit comments

Comments
 (0)