Skip to content

Commit

Permalink
Increase minimum version of tokio-postgres to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Dec 14, 2023
1 parent 6b003ec commit 88d5d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde_1 = { package = "serde", version = "1.0", features = [
"derive",
], optional = true }
tokio = { version = "1", features = ["rt"] }
tokio-postgres = "0.7.2"
tokio-postgres = "0.7.9"
tracing = "0.1.37"

[dev-dependencies]
Expand Down

0 comments on commit 88d5d10

Please sign in to comment.