From a208836b9e9ee16940a11706f4ef9a7e8797e04f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:13:51 +0000 Subject: [PATCH] Update Rust crate diesel to v2 [SECURITY] --- portfolio_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portfolio_backend/Cargo.toml b/portfolio_backend/Cargo.toml index ca900d3..85c375f 100644 --- a/portfolio_backend/Cargo.toml +++ b/portfolio_backend/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] bcrypt = "0.9.0" chrono = { version = "0.4", features = ["serde"] } -diesel = { version = "1.4.6", features = ["chrono", "postgres"] } +diesel = { version = "2.0.0", features = ["chrono", "postgres"] } diesel_migrations = { version = "1.4.0", features = ["postgres"] } dotenv = "0.15" futures = "0.3"