aboutsummaryrefslogtreecommitdiffstats
path: root/ui/backend
diff options
context:
space:
mode:
authorCristian Le <github@lecris.me>2024-05-31 10:44:55 +0200
committerGitHub <noreply@github.com>2024-05-31 09:44:55 +0100
commitc694a0a67f53c76680a1d941f68c6ed571f84bfe (patch)
tree75263eb5bd4b5427cafce98c1ecd02882ceabf73 /ui/backend
parentfix(bash): fix a workaround for bash-5.2 keybindings (#2060) (diff)
downloadatuin-c694a0a67f53c76680a1d941f68c6ed571f84bfe.zip
chore(deps): relax sqlx and argon2 dependencies (#2065)
* Bump sqlx dependency * Relax dependencies for Fedora
Diffstat (limited to 'ui/backend')
-rw-r--r--ui/backend/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]