Update Cargo.toml

This commit is contained in:
Steven Fackler 2023-03-27 18:04:52 -04:00 committed by GitHub
parent 58f06610cc
commit a205d23141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ phf = "0.11"
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
postgres-types = { version = "0.2.4", path = "../postgres-types" }
socket2 = { version = "0.5", features = ["all"] }
tokio = { version = "1.0", features = ["io-util"] }
tokio = { version = "1.27", features = ["io-util"] }
tokio-util = { version = "0.7", features = ["codec"] }
[dev-dependencies]