Skip to content

Commit

Permalink
fix(deps): update rust crate diesel_migrations to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 46adc8f commit 4260681
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 30 deletions.
148 changes: 119 additions & 29 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 @@ -8,7 +8,7 @@ version = "0.1.0"
[dependencies]
diesel = {version = "2.1.6", features = ["postgres"]}
diesel_logger = "0.3.0"
diesel_migrations = "2.1.0"
diesel_migrations = "2.2.0"
lazy_static = "1.4.0"
num_cpus = "1.16.0"
once_cell = "1.19.0"
Expand Down

0 comments on commit 4260681

Please sign in to comment.