diff options
Diffstat (limited to 'ui/backend/Cargo.toml')
| -rw-r--r-- | ui/backend/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index 94721acc..b840f0b3 100644 --- a/ui/backend/Cargo.toml +++ b/ui/backend/Cargo.toml @@ -25,7 +25,7 @@ time = "0.3.34" uuid = "1.7.0" syntect = "5.2.0" -[workspace.dependencies.sqlx] +[dependencies.sqlx] version = "=0.7.3" features = ["runtime-tokio-rustls", "time", "postgres", "uuid"] |
