Skip to content

Commit

Permalink
chore: bump sea-orm
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread committed Sep 9, 2024
1 parent 9b5365c commit 35dec23
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 20 deletions.
68 changes: 50 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ rand = "0.8"

# SeaORM
[dependencies.sea-orm]
version = "^0"
version = "^1"
default-features = false
features = ["runtime-tokio-rustls", "macros", "with-chrono", "sqlx-sqlite"]

# SeaORM Migration
[dependencies.sea-orm-migration]
version = "^0"
version = "^1"
default-features = false
features = ["runtime-tokio-rustls", "sqlx-sqlite"]

Expand Down

0 comments on commit 35dec23

Please sign in to comment.