build(deps): bump sea-query from 0.32.4 to 0.32.5 in the sea-query group

Bumps the sea-query group with 1 update: [sea-query](https://github.com/SeaQL/sea-query).


Updates `sea-query` from 0.32.4 to 0.32.5
- [Release notes](https://github.com/SeaQL/sea-query/releases)
- [Changelog](https://github.com/SeaQL/sea-query/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SeaQL/sea-query/compare/0.32.4...0.32.5)

---
updated-dependencies:
- dependency-name: sea-query
  dependency-version: 0.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sea-query
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-08 13:54:21 +00:00
committed by GitHub
parent e99d6219a7
commit ddabb3fac5
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -5391,9 +5391,9 @@ dependencies = [
[[package]]
name = "sea-query"
version = "0.32.4"
version = "0.32.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
checksum = "5506de3a33d9ee4ee161c5847acb87fe4f82ced6649afc9eabeb8df6f40ba94a"
dependencies = [
"chrono",
"inherent",
+1 -1
View File
@@ -309,7 +309,7 @@ features = ["oid"]
# Query builder
[workspace.dependencies.sea-query]
version = "0.32.4"
version = "0.32.5"
features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"]
# Query builder