Skip to content

Commit

Permalink
Bump diesel_migrations from 1.4.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps diesel_migrations from 1.4.0 to 2.0.0.

---
updated-dependencies:
- dependency-name: diesel_migrations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2022
1 parent da9acf9 commit d59181d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 11 deletions.
42 changes: 32 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 @@ -35,7 +35,7 @@ csv = "1.1"
daggy = { version = "0.8", features = [ "serde" ] }
dialoguer = "0.10"
diesel = { version = "~1.4.6", features = ["postgres", "chrono", "uuid", "serde_json"] }
diesel_migrations = "~1.4"
diesel_migrations = "~2.0"
env_logger = "0.9"
filters = "0.4.0"
futures = "0.3"
Expand Down

0 comments on commit d59181d

Please sign in to comment.