We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e6860 commit ba8c5acCopy full SHA for ba8c5ac
Cargo.toml
@@ -12,11 +12,11 @@ readme = "README.md"
12
futures = "0.3"
13
ring = "0.16"
14
rustls = "0.19"
15
-tokio = "0.3"
16
-tokio-postgres = "0.6"
17
-tokio-rustls = "0.21"
+tokio = "1"
+tokio-postgres = "0.7"
+tokio-rustls = "0.22"
18
webpki = "0.21"
19
20
[dev-dependencies]
21
env_logger = { version = "0.8", default-features = false }
22
-tokio = { version = "0.3", features = ["macros", "rt"] }
+tokio = { version = "1", features = ["macros", "rt"] }
0 commit comments