From c5c491773cfc5bef96739ba8ed9041b29f7cf6e7 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 06:13:45 +0000 Subject: [PATCH] Update Rust crate diesel to 2.1.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02a5737..47660f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ clap = { version = "4.4.16", features = ["derive", "string", "env"] } config = { version = "0.13.4", features = ["toml"] } cookie = { version = "0.18.0" } crc32c = "0.6.4" -diesel = { version = "2.1.4", features = ["postgres"] } +diesel = { version = "2.1.5", features = ["postgres"] } diesel_migrations = { version = "2.1.0" } dirs = "5.0.1" dropshot = "0.10.0"