From daaec8ab8a4d90973e700030009b888cff37b8c3 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:01:13 +0000 Subject: [PATCH] Update Rust crate diesel to 2.2.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c5acb8..1e219fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ clap = { version = "4.5.21", features = ["derive", "string", "env"] } config = { version = "0.14.1", features = ["toml"] } cookie = { version = "0.18.1" } crc32c = "0.6.8" -diesel = { version = "2.2.4", features = ["postgres"] } +diesel = { version = "2.2.5", features = ["postgres"] } diesel_migrations = { version = "2.2.0" } dirs = "5.0.1" dropshot = "0.13.0"