build(deps): bump sea-query from 0.32.5 to 0.32.6 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.5 to 0.32.6
- [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.5...0.32.6)

---
updated-dependencies:
- dependency-name: sea-query
  dependency-version: 0.32.6
  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-27 13:26:25 +00:00
committed by GitHub
parent eb01e977c3
commit a35dcf04de
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -5392,9 +5392,9 @@ dependencies = [
[[package]]
name = "sea-query"
version = "0.32.5"
version = "0.32.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5506de3a33d9ee4ee161c5847acb87fe4f82ced6649afc9eabeb8df6f40ba94a"
checksum = "64c91783d1514b99754fc6a4079081dcc2c587dadbff65c48c7f62297443536a"
dependencies = [
"chrono",
"inherent",

View File

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