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"] }