From d9cb109c1b9ec1864765e8e6196cc988fbde6ac5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 06:04:47 +0000 Subject: [PATCH] Update Rust crate sqlx to 0.7.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a2d901..dbb8fbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ actix-web = "4" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } serde = "1.0.144" config = { version = "0.13", default-features = false, features = ["yaml"] } -sqlx = { version = "0.6.1", default-features = false, features = ["runtime-actix-rustls", "macros", "postgres", "uuid", "chrono", "migrate", "offline"] } +sqlx = { version = "0.7.4", default-features = false, features = ["runtime-actix-rustls", "macros", "postgres", "uuid", "chrono", "migrate", "offline"] } uuid = { version = "1", features = ["v4", "serde"] } # chrono = "0.4.22" reqwest = { version = "0.11.12", default-features = false, features = ["json", "rustls-tls", "cookies"] }