diff --git a/crates/bearing/Cargo.toml b/crates/bearing/Cargo.toml
index 3027f3b..f410269 100644
--- a/crates/bearing/Cargo.toml
+++ b/crates/bearing/Cargo.toml
@@ -13,7 +13,7 @@ dotenv.workspace = true
 axum.workspace = true
 serde.workspace = true
 
-sqlx = { version = "0.6", features = [
+sqlx = { version = "0.8", features = [
   "runtime-tokio-rustls",
   "postgres",
   "migrate",