Skip to content

Commit a205d23

Browse files
authored
Update Cargo.toml
1 parent 58f0661 commit a205d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ phf = "0.11"
5656
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
5757
postgres-types = { version = "0.2.4", path = "../postgres-types" }
5858
socket2 = { version = "0.5", features = ["all"] }
59-
tokio = { version = "1.0", features = ["io-util"] }
59+
tokio = { version = "1.27", features = ["io-util"] }
6060
tokio-util = { version = "0.7", features = ["codec"] }
6161

6262
[dev-dependencies]

0 commit comments

Comments
 (0)