Update sqlx

This commit is contained in:
Igor Katson 2024-08-19 17:40:26 +01:00
parent 06c6bf4487
commit 52beec9296
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 77 additions and 69 deletions

View file

@ -25,7 +25,7 @@ postgres = ["sqlx"]
async-bt = ["async-backtrace"]
[dependencies]
sqlx = { version = "0.7", features = [
sqlx = { version = "0.8", features = [
"runtime-tokio",
"postgres",
], optional = true }