Skip to content

Commit

Permalink
fix(deps): update rust crate sea-orm to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 19, 2021
1 parent 794cc74 commit 37b670f
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 17 deletions.
92 changes: 76 additions & 16 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 @@ -17,7 +17,7 @@ rocket = { git = "https://github.com/SergioBenitez/Rocket", version = "0.5.0-rc.
rocket_db_pools = { git = "https://github.com/SergioBenitez/Rocket", version = "0.1.0-rc", features = [
"sqlx_postgres",
] }
sea-orm = { version = "0.2", features = [
sea-orm = { version = "0.4", features = [
"sqlx-postgres",
"runtime-tokio-rustls",
"macros",
Expand Down

0 comments on commit 37b670f

Please sign in to comment.