diff options
| author | Cristian Le <github@lecris.me> | 2024-05-31 10:44:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-31 09:44:55 +0100 |
| commit | c694a0a67f53c76680a1d941f68c6ed571f84bfe (patch) | |
| tree | 75263eb5bd4b5427cafce98c1ecd02882ceabf73 /Cargo.toml | |
| parent | fix(bash): fix a workaround for bash-5.2 keybindings (#2060) (diff) | |
| download | atuin-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |
