From 0dfbf7ba3caf7638f0bfa1155c53b6d47a894a2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:58:56 +0000 Subject: [PATCH] chore(deps): update rust crate sqlx to 0.8.0 [security] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35d7eb3c..840b42e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ reqwest = { version = "0.12", features = [ ], default-features = false } serde = { version = "1.0.206", default-features = false } serde_json = "1.0.124" -sqlx = { version = "0.7.2", features = [ +sqlx = { version = "0.8.0", features = [ "bigdecimal", "chrono", "json",