Skip to content

Commit

Permalink
Increase minimum tokio version to 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Dec 15, 2023
1 parent 567a17d commit 5db3911
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 @@ -27,7 +27,7 @@ deadpool = { path = "../", version = "0.10.0", default-features = false, feature
serde_1 = { package = "serde", version = "1.0", features = [
"derive",
], optional = true }
tokio = { version = "1", features = ["rt"] }
tokio = { version = "1.29", features = ["rt"] }
tokio-postgres = "0.7.9"
tracing = "0.1.37"

Expand Down

0 comments on commit 5db3911

Please sign in to comment.