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

This commit is contained in:
Quentin Gliech
2025-05-09 09:15:06 +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.4"
version = "0.32.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
checksum = "5506de3a33d9ee4ee161c5847acb87fe4f82ced6649afc9eabeb8df6f40ba94a"
dependencies = [
"chrono",
"inherent",

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