diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 997d18d245..3b0a8947ba 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -144,7 +144,7 @@ swc_ecma_ast = "0.106.2" base64 = "0.21.0" hmac = "0.12.1" sha2 = "0.10.6" -sqlx = { version = "^0", features = [ +sqlx = { version = "0.6", features = [ "offline", "macros", "migrate",