From 9c6fe463d5961f5e55c514bcf7d7a72322314907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kate=C5=99ina=20Churanov=C3=A1?= Date: Wed, 11 Aug 2021 16:58:04 +0200 Subject: [PATCH] chore: bump the minimum tokio version; allow higher versions again. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9acafe1..2a5a77d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ members = ["sqlxmq_macros", "sqlxmq_stress"] [dependencies] sqlx = { version = "0.5.2", features = ["postgres", "chrono", "uuid"] } -tokio = { version = "=1.8.0", features = ["full"] } +tokio = { version = "1.8.3", features = ["full"] } dotenv = "0.15.0" chrono = "0.4.19" uuid = { version = "0.8.2", features = ["v4"] }