Skip to content

Commit

Permalink
fix(deps): update rust crate diesel-derive-enum to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2023
1 parent 00c11d7 commit 9ff16a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/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 backend/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rocket_sync_db_pools = { version = "0.1.0-rc.2", features = ["diesel_postgres_po
# pull rocket_cors from git master until crates.io artifact builds on stable
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" }
diesel = { version = "1.4.8", features = ["postgres", "r2d2", "chrono"] }
diesel-derive-enum = { version = "1", features = ["postgres"] }
diesel-derive-enum = { version = "2", features = ["postgres"] }
dotenv = "0.15.0"
dotenv_codegen = "0.15.0"
reqwest = { version = "0.11.13", features = ["json"] }
Expand Down

0 comments on commit 9ff16a0

Please sign in to comment.