From 537c3f29c5946ac1226d230c4fd15db129d8d11d Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 06:28:55 +0000 Subject: [PATCH] Update Rust crate diesel to 2.3.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e1de115..2e11a7e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ base64 = "0.22" chrono = "0.4.44" clap = { version = "4.6.4", features = ["derive", "string", "env"] } config = { version = "0.15.25", features = ["toml"] } -diesel = { version = "2.3.9", features = ["postgres"] } +diesel = { version = "2.3.11", features = ["postgres"] } diesel_migrations = { version = "2.3.2" } dirs = "6.0.0" dropshot = "0.17"