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 Oct 19, 2022
1 parent 7661af9 commit cff5924
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 11 deletions.
51 changes: 41 additions & 10 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.0", features=["sqlite"] }
mockall = "0.11"

0 comments on commit cff5924

Please sign in to comment.