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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ca570667..70404b21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,5 +55,5 @@ features = ["json", "rustls-tls-native-roots"] default-features = false [workspace.dependencies.sqlx] -version = "=0.7.3" +version = "0.7" features = ["runtime-tokio-rustls", "time", "postgres", "uuid"] -- cgit v1.3.1