From 604535fc0d5ab45792065cb5e6702e272249682f Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:49:51 +0000 Subject: [PATCH] Update Rust crate diesel to 2.2.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72bf8f0d..163f86ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ clap = { version = "4.5.27", features = ["derive", "string", "env"] } config = { version = "0.15.7", features = ["toml"] } cookie = { version = "0.18.1" } crc32c = "0.6.8" -diesel = { version = "2.2.6", features = ["postgres"] } +diesel = { version = "2.2.7", features = ["postgres"] } diesel_migrations = { version = "2.2.0" } dirs = "6.0.0" dropshot = "0.15"