mirror of
https://github.com/Diggsey/sqlxmq.git
synced 2024-11-25 09:41:01 +00:00
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:
commit
af5f29ec9f
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