Merge pull request #6 from kate-shine/shine/tokio_update

chore: bump the minimum tokio version; allow higher versions again.
This commit is contained in:
Diggory Blake 2021-08-11 19:25:53 +01:00 committed by GitHub
commit af5f29ec9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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