From 00684b0426577e1da0470fd8b471fc3107883fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 04:04:48 +0000 Subject: [PATCH] Update tokio requirement from 0.3.0 to 1.3.0 Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.3.0...tokio-1.3.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 667476b7..4723d33e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ serde_derive = "1.0.115" postgres = { version = "0.17.5", optional = true } # feature async-psql -tokio = { version = "0.3.0", optional = true, features = ["macros"] } +tokio = { version = "1.3.0", optional = true, features = ["macros"] } tokio-postgres = { version = "0.5.5", optional = true } futures = { version = "0.3.4", optional = true } bytes = { version = "0.5.4", optional = true }