From 6cf0d958e67033aec2371778a0682cb264499923 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:43:18 +0000 Subject: [PATCH] Update Rust crate diesel_migrations to 2.3.2 --- rfd-model/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfd-model/Cargo.toml b/rfd-model/Cargo.toml index ecb82a38..fc4ae4d2 100644 --- a/rfd-model/Cargo.toml +++ b/rfd-model/Cargo.toml @@ -27,5 +27,5 @@ uuid = { workspace = true, features = ["v4", "serde"] } v-model = { workspace = true } [dev-dependencies] -diesel_migrations = { version = "2.3.1", features = ["postgres"] } +diesel_migrations = { version = "2.3.2", features = ["postgres"] } tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }