From e31910b6e4f54c9c9d762a3fe2c45ed7f3530f75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:16:44 +0000 Subject: [PATCH] Update Rust crate diesel to v2 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b51d47a..70ae6c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ path = "tests/lib.rs" serde = "^1.0.0" serde_derive = "^1.0.0" serde_json = "^1.0.0" -diesel = { version = "1.3.2", features = ["postgres","chrono","serde_json", "r2d2"] } +diesel = { version = "2.3.10", features = ["postgres","chrono","serde_json", "r2d2"] } num_cpus = "1.8" regex = "1.0.0" jsonwebtoken = "^5.0.1"