From 850aaa7fb2dca7b3eb0544d693a685120de0bf29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:50:37 +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..d36d6c9 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.2.3", features = ["postgres","chrono","serde_json", "r2d2"] } num_cpus = "1.8" regex = "1.0.0" jsonwebtoken = "^5.0.1"