Skip to content

Commit

Permalink
Update Rust crate diesel_migrations to 2.1.0 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
  • Loading branch information
oxide-renovate[bot] authored Oct 13, 2023
1 parent 9dbe01a commit ff5c190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfd-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ tracing = { workspace = true }
uuid = { workspace = true, features = ["v4", "serde"] }

[dev-dependencies]
diesel_migrations = { version = "2.0.0", features = ["postgres"] }
diesel_migrations = { version = "2.1.0", features = ["postgres"] }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

0 comments on commit ff5c190

Please sign in to comment.