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 Oct 20, 2024
1 parent 4f93f02 commit 468a29c
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 468a29c

Please sign in to comment.