diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-11-29 09:30:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-29 09:30:34 +0000 |
| commit | e55b34b8165eab6a74876f988916f22225d82ac8 (patch) | |
| tree | c5255902b3a1bae245d0435429321e51885bff58 /Cargo.toml | |
| parent | feat: allow spaces in stats prefixes (#1414) (diff) | |
| download | atuin-e55b34b8165eab6a74876f988916f22225d82ac8.zip | |
chore: update to sqlx 0.7.3 (#1416)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,5 +53,5 @@ features = ["json", "rustls-tls-native-roots"] default-features = false [workspace.dependencies.sqlx] -version = "0.7.1" +version = "0.7.3" features = ["runtime-tokio-rustls", "time", "postgres", "uuid"] |
