diff --git a/Cargo.lock b/Cargo.lock index d5277158d..6397a38f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index f71e5481b..622f70091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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