Updated sqlx to 0.8.2
This commit is contained in:
@@ -17,7 +17,7 @@ serde_json = "1.0.127"
|
||||
serenity = { version = "0.12.2", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "voice", "cache", "framework", "standard_framework"] }
|
||||
songbird = { version = "0.4.3", features = ["builtin-queue"] }
|
||||
symphonia = { version = "0.5.4", features = ["all"] }
|
||||
sqlx = { version = "0.7.4", features = ["runtime-tokio", "postgres", "chrono", "uuid"] }
|
||||
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "chrono", "uuid"] }
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
reqwest = { version = "0.11", default-features = false, features = ["json"] }
|
||||
lazy_static = "1.5.0"
|
||||
|
||||
Reference in New Issue
Block a user