mirror of
https://github.com/Diggsey/sqlxmq.git
synced 2024-11-22 08:11:00 +00:00
chore: bump the minimum tokio version; allow higher versions again.
This commit is contained in:
parent
ec9d2bae2e
commit
9c6fe463d5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ members = ["sqlxmq_macros", "sqlxmq_stress"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sqlx = { version = "0.5.2", features = ["postgres", "chrono", "uuid"] }
|
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"
|
dotenv = "0.15.0"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
uuid = { version = "0.8.2", features = ["v4"] }
|
uuid = { version = "0.8.2", features = ["v4"] }
|
||||||
|
|
Loading…
Reference in a new issue