fix(deps): update rust crate sqlx to 0.8

This commit is contained in:
Renovate Bot
2025-10-02 06:56:15 +00:00
parent 37799184bf
commit 3f8a4cacd2
5 changed files with 101 additions and 119 deletions

View File

@@ -10,4 +10,4 @@ authors = ["realaravinth <realaravinth@batsense.net>"]
[dependencies]
actix-rt = "2"
sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "time", "mysql" ] }
sqlx = { version = "0.8", features = [ "runtime-tokio-rustls", "postgres", "time", "mysql" ] }