Skip to content

Commit

Permalink
dep: upgrade sea-orm to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zrll12 committed Aug 28, 2024
1 parent fc5bc5a commit bd9e438
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 33 deletions.
83 changes: 52 additions & 31 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 @@ -37,7 +37,7 @@ shadow-rs = "0.33.0"

#database
migration = {path = "migration"}
sea-orm = { version = "0.12.15", features = ["macros", "sqlx-postgres", "runtime-tokio-rustls"] }
sea-orm = { version = "1.0.1", features = ["macros", "sqlx-postgres", "runtime-tokio-rustls"] }
futures = "0.3.30"
chrono = "0.4.38"

Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ path = "src/lib.rs"
tokio = { version = "1.36.0", features = ["full"] }

[dependencies.sea-orm-migration]
version = "0.12.0"
version = "1.0.1"
features = ["runtime-tokio-rustls", "sqlx-postgres"]

0 comments on commit bd9e438

Please sign in to comment.