Skip to content

Commit

Permalink
fix(deps): update rust crate sea-orm to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 1d12cc9 commit e424df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/entity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "MIT"
edition = "2018"

[dependencies]
sea-orm = { version = "0.12.15", features = [
sea-orm = { version = "1.0.0", features = [
"runtime-tokio-native-tls",
"sqlx-mysql",
"sqlx-postgres",
Expand Down

0 comments on commit e424df0

Please sign in to comment.