aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-11-29 09:30:34 +0000
committerGitHub <noreply@github.com>2023-11-29 09:30:34 +0000
commite55b34b8165eab6a74876f988916f22225d82ac8 (patch)
treec5255902b3a1bae245d0435429321e51885bff58 /Cargo.toml
parentfeat: allow spaces in stats prefixes (#1414) (diff)
downloadatuin-e55b34b8165eab6a74876f988916f22225d82ac8.zip
chore: update to sqlx 0.7.3 (#1416)
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 a646bea4..09959750 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]