From 6edf3cc0029c134aeee0f43a1a7f2c4beaa5fe60 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 03:55:50 +0000 Subject: [PATCH] Update Rust crate diesel to 2.2.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b913688..50d979e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ clap = { version = "4.5.34", features = ["derive", "string", "env"] } config = { version = "0.15.11", features = ["toml"] } cookie = { version = "0.18.1" } crc32c = "0.6.8" -diesel = { version = "2.2.8", features = ["postgres"] } +diesel = { version = "2.2.12", features = ["postgres"] } diesel_migrations = { version = "2.2.0" } dirs = "6.0.0" dropshot = "0.16"