From 32e394f9b9a79dc9c8044deea85eef5f61b419d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:44:48 +0000 Subject: [PATCH] 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 a9bdd79..72944a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ ratatui = { version = "0.26.3", features = ["unstable-rendered-line-info"] } crossterm = "0.27.0" anyhow = "1.0.86" unicode-width = "0.1.13" -sqlx = { version = "0.7.4", features = ["mysql", "postgres", "sqlite", "chrono", "rust_decimal", "runtime-tokio-rustls", "json"], default-features = false } +sqlx = { version = "0.8.0", features = ["mysql", "postgres", "sqlite", "chrono", "rust_decimal", "runtime-tokio-rustls", "json"], default-features = false } chrono = "0.4.38" tokio = { version = "1.37.0", features = ["full"] } futures = "0.3.30"