From 496df8ddbb9e5548a9b29d4c5ab6d4f672c42a99 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 04:13:21 +0000 Subject: [PATCH] Update Rust crate diesel to 2.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32c1190..20f0a59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ bb8 = "0.8.3" chrono = "0.4.38" cookie = { version = "0.18.1" } crc32c = "0.6.5" -diesel = { version = "2.1.6", features = ["postgres"] } +diesel = { version = "2.2.1", features = ["postgres"] } diesel_migrations = { version = "2.1.0" } dropshot = "0.10.1" google-cloudkms1 = { git = "https://github.com/Byron/google-apis-rs.git", ref = "ce47a46ca4e80dfbb2ead94037169bc5257c306e" }