diff --git a/Cargo.toml b/Cargo.toml index 82ec292..959fbec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ dotenvy = { version = "0.15", optional = true } eyre = { version = "0.6", optional = true } hex = "0.4" logging = { version = "0.3", registry = "wafflehacks", optional = true } -sqlx = { version = "0.7", default-features = false, features = ["migrate", "postgres", "runtime-tokio", "tls-rustls"] } +sqlx = { version = "0.8", default-features = false, features = ["migrate", "postgres", "runtime-tokio", "tls-rustls"] } tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"], optional = true } tracing = "0.1"