From 4fbcf09b18186de1c45c0e22624dc7348df1ff5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 09:11:15 +0000 Subject: [PATCH] chore(deps): update rust crate sqlx to 0.8.3 (#218) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 33857ef..8b530ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1.0.134" serde_qs = "0.13.0" thiserror = "2.0.9" chrono = { version = "0.4.39", features = ["serde"] } -sqlx = { version = "0.8.2", features = [ +sqlx = { version = "0.8.3", features = [ "chrono", "postgres", "json", @@ -74,7 +74,7 @@ getset = "0.1.3" num_cpus = "1.16.0" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" -sqlx = { version = "0.8.2", features = [ +sqlx = { version = "0.8.3", features = [ "postgres", "json", "chrono",