build(deps): bump sea-query from 0.32.5 to 0.32.6 in the sea-query group (#4593)

This commit is contained in:
Quentin Gliech
2025-05-30 15:49:01 +02:00
committed by GitHub
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