From cae5836cecc74c9207948e1a516d492dd4037460 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Jan 2025 23:53:14 +0000 Subject: [PATCH] fix(deps): update rust crate sqlx to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75ab30c..7422178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rand = "0.8.5" rust-embed = { version = "8.4.0", features = ["include-exclude"] } serde = { version = "1.0.201", features = ["derive"] } serde_json = "1.0.117" -sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "postgres", "time", "uuid"] } +sqlx = { version = "0.8.0", features = ["runtime-tokio-rustls", "postgres", "time", "uuid"] } tera = "1.19.1" time = { version = "0.3.36", features = ["serde"] } tracing = { version = "0.1.40", features = ["log"] }