diff --git a/Cargo.toml b/Cargo.toml index 588dbb2..7cf0101 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ diesel = { version = "2.1", optional = true, default-features = false } diesel_migrations = { version = "2.1", optional = true, default-features = false} http = "1.0.0" percent-encoding = { version = "2.3", optional = true } -sqlx = { version = "0.7", features = ["migrate", "macros"], optional = true, default-features = false } +sqlx = { version = "0.8", features = ["migrate", "macros"], optional = true, default-features = false } thiserror = "1" tokio = { version = "1", features = ["rt-multi-thread"], optional = true, default-features = false } tracing = { version = "0.1", default-features = false }