Skip to content

Commit

Permalink
fix(deps): update rust crate diesel to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2022
1 parent 6be66ca commit e8b997e
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 7 deletions.
60 changes: 55 additions & 5 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/seed_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"

[dependencies]
server = { path="../server" }
diesel = "1.4.8"
diesel = "2.0.2"
chrono = "0.4.23"
dotenv = "0.15.0"
2 changes: 1 addition & 1 deletion backend/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rocket = { version = "0.5.0-rc.2", features = ["json"] }
rocket_sync_db_pools = { version = "0.1.0-rc.2", features = ["diesel_postgres_pool"] }
# 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 = { version = "2.0.2", features = ["postgres", "r2d2", "chrono"] }
diesel-derive-enum = { version = "1", features = ["postgres"] }
dotenv = "0.15.0"
dotenv_codegen = "0.15.0"
Expand Down

0 comments on commit e8b997e

Please sign in to comment.