From d434d4e8b776e4a851b614616d3a5aa2e9792108 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 11 Apr 2024 17:06:37 +0100 Subject: chore(gui): cargo update (#1943) * chore(gui): cargo update * also fix workspace --- ui/backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/backend/Cargo.toml') 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"] -- cgit v1.3.1