mirror of
https://github.com/Diggsey/sqlxmq.git
synced 2024-11-25 01:31:03 +00:00
chore: update tokio dependency
This commit is contained in:
parent
ccd13658a9
commit
716cf7e08a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ members = ["sqlxmq_macros", "sqlxmq_stress"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sqlx = { version = "~0.8.1", features = ["postgres", "chrono", "uuid"] }
|
sqlx = { version = "~0.8.1", features = ["postgres", "chrono", "uuid"] }
|
||||||
tokio = { version = "~1.8", features = ["full"] }
|
tokio = { version = "~1.38", features = ["full"] }
|
||||||
dotenvy = "~0.15.7"
|
dotenvy = "~0.15.7"
|
||||||
chrono = "~0.4.19"
|
chrono = "~0.4.19"
|
||||||
uuid = { version = "~1.1", features = ["v4"] }
|
uuid = { version = "~1.1", features = ["v4"] }
|
||||||
|
|
Loading…
Reference in a new issue