Skip to content

Commit

Permalink
deps: temp use rc version of sea-orm for update sqlx security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Aug 20, 2024
1 parent ab0ead2 commit da32129
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 56 deletions.
114 changes: 60 additions & 54 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 packages/media_connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ atm0s-sdn = { workspace = true }
prost = { workspace = true }
lru = "0.12"
async-trait = "0.1"
sea-orm-migration = "1.0"
sea-orm = { version = "1.0", features = [
sea-orm-migration = "1.1.0-rc.1"
sea-orm = { version = "1.1.0-rc.1", features = [
"sqlx-sqlite",
"sqlx-postgres",
"sqlx-mysql",
Expand Down

0 comments on commit da32129

Please sign in to comment.