From c694a0a67f53c76680a1d941f68c6ed571f84bfe Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Fri, 31 May 2024 10:44:55 +0200 Subject: chore(deps): relax sqlx and argon2 dependencies (#2065) * Bump sqlx dependency * Relax dependencies for Fedora --- ui/backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/backend') diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index 782f8c9a..dd5781be 100644 --- a/ui/backend/Cargo.toml +++ b/ui/backend/Cargo.toml @@ -27,7 +27,7 @@ syntect = "5.2.0" tauri-plugin-http = "2.0.0-beta" [dependencies.sqlx] -version = "=0.7.3" +version = "0.7" features = ["runtime-tokio-rustls", "time", "postgres", "uuid"] [features] -- cgit v1.3.1