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"] }