Skip to content

Commit

Permalink
Update Rust crate diesel_migrations to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 10c6e78 commit f855c09
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 28 deletions.
170 changes: 143 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ colored = { version="2.0", default-features=false }

[dev-dependencies]
cargo-husky = { version="1.5", features=["run-cargo-fmt", "run-cargo-clippy"] }
diesel_migrations = { version = "1.4", features=["sqlite"] }
diesel_migrations = { version = "2.1.0", features=["sqlite"] }
mockall = "0.11"

0 comments on commit f855c09

Please sign in to comment.