aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]