chore: bump the minimum tokio version; allow higher versions again.

This commit is contained in:
Kateřina Churanová 2021-08-11 16:58:04 +02:00
parent ec9d2bae2e
commit 9c6fe463d5
No known key found for this signature in database
GPG key ID: 0011BDBEC021A39B

View file

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