From e55b34b8165eab6a74876f988916f22225d82ac8 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 29 Nov 2023 09:30:34 +0000 Subject: chore: update to sqlx 0.7.3 (#1416) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] -- cgit v1.3.1