build(deps): bump sea-query from 0.32.3 to 0.32.4 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.3 to 0.32.4
- [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.3...0.32.4)

---
updated-dependencies:
- dependency-name: sea-query
  dependency-version: 0.32.4
  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-04-23 13:53:45 +00:00
committed by GitHub
parent db5c39e11d
commit 9bf197f176
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -5376,9 +5376,9 @@ dependencies = [
[[package]]
name = "sea-query"
version = "0.32.3"
version = "0.32.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5a24d8b9fcd2674a6c878a3d871f4f1380c6c43cc3718728ac96864d888458e"
checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
dependencies = [
"chrono",
"inherent",

View File

@@ -296,7 +296,7 @@ features = ["oid"]
# Query builder
[workspace.dependencies.sea-query]
version = "0.32.3"
version = "0.32.4"
features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"]
# Query builder