build(deps): bump sea-query from 0.32.0 to 0.32.1 in the sea-query group (#3625)

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


Updates `sea-query` from 0.32.0 to 0.32.1
- [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.0...0.32.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-06 15:22:18 +00:00
committed by GitHub
parent c509b88cfe
commit dab7fd5bc7
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -5392,9 +5392,9 @@ dependencies = [
[[package]]
name = "sea-query"
version = "0.32.0"
version = "0.32.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff504d13b5e4b52fffcf2fb203d0352a5722fa5151696db768933e41e1e591bb"
checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
dependencies = [
"chrono",
"inherent",
+1 -1
View File
@@ -248,7 +248,7 @@ features = ["url", "chrono", "preserve_order"]
# Query builder
[workspace.dependencies.sea-query]
version = "0.32.0"
version = "0.32.1"
features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"]
# Query builder