Skip to content

Commit

Permalink
fix(deps): update rust crate sea-query to 0.31.0
Browse files Browse the repository at this point in the history
| datasource | package   | from   | to     |
| ---------- | --------- | ------ | ------ |
| crate      | sea-query | 0.30.7 | 0.31.0 |
  • Loading branch information
mchesterbot[bot] authored Aug 2, 2024
1 parent b58f0e6 commit 0b3e43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sea-orm = { version = "0.12.15", features = [
"debug-print",
] }
sea-orm-migration = "0.12.15"
sea-query = "0.30.7"
sea-query = "0.31.0"
tower-cookies = { version = "0.10.0", features = ["signed"] }
thiserror = "1.0.59"
http = "1.1.0"
Expand Down

0 comments on commit 0b3e43b

Please sign in to comment.