Skip to content

Commit ba8c5ac

Browse files
tl-alex-butler2jbg
authored andcommitted
Update to tokio 1
1 parent 84e6860 commit ba8c5ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ readme = "README.md"
1212
futures = "0.3"
1313
ring = "0.16"
1414
rustls = "0.19"
15-
tokio = "0.3"
16-
tokio-postgres = "0.6"
17-
tokio-rustls = "0.21"
15+
tokio = "1"
16+
tokio-postgres = "0.7"
17+
tokio-rustls = "0.22"
1818
webpki = "0.21"
1919

2020
[dev-dependencies]
2121
env_logger = { version = "0.8", default-features = false }
22-
tokio = { version = "0.3", features = ["macros", "rt"] }
22+
tokio = { version = "1", features = ["macros", "rt"] }

0 commit comments

Comments
 (0)